mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-19 14:12:08 +00:00
31856dc720
rsyslog: add support for RELP and compression, and update config files
75 lines
1.6 KiB
Plaintext
75 lines
1.6 KiB
Plaintext
module(load="imfile")
|
|
|
|
input(type="imfile"
|
|
File="/storage/.kodi/temp/kodi.log"
|
|
Tag="kodi"
|
|
Severity="emerg"
|
|
Facility="local0"
|
|
deleteStateOnFileDelete="on"
|
|
escapeLF="on"
|
|
PersistStateInterval="5")
|
|
|
|
input(type="imfile"
|
|
File="/storage/.kodi/temp/kodi.log"
|
|
Tag="kodi"
|
|
Severity="alert"
|
|
Facility="local1"
|
|
deleteStateOnFileDelete="on"
|
|
escapeLF="on"
|
|
PersistStateInterval="5")
|
|
|
|
input(type="imfile"
|
|
File="/storage/.kodi/temp/kodi.log"
|
|
Tag="kodi"
|
|
Severity="crit"
|
|
Facility="local2"
|
|
deleteStateOnFileDelete="on"
|
|
escapeLF="on"
|
|
PersistStateInterval="5")
|
|
|
|
input(type="imfile"
|
|
File="/storage/.kodi/temp/kodi.log"
|
|
Tag="kodi"
|
|
Severity="error"
|
|
Facility="local3"
|
|
deleteStateOnFileDelete="on"
|
|
escapeLF="on"
|
|
PersistStateInterval="5")
|
|
|
|
input(type="imfile"
|
|
File="/storage/.kodi/temp/kodi.log"
|
|
Tag="kodi"
|
|
Severity="warning"
|
|
Facility="local4"
|
|
deleteStateOnFileDelete="on"
|
|
escapeLF="on"
|
|
PersistStateInterval="5")
|
|
|
|
input(type="imfile"
|
|
File="/storage/.kodi/temp/kodi.log"
|
|
Tag="kodi"
|
|
Severity="notice"
|
|
Facility="local5"
|
|
deleteStateOnFileDelete="on"
|
|
escapeLF="on"
|
|
PersistStateInterval="5")
|
|
|
|
input(type="imfile"
|
|
File="/storage/.kodi/temp/kodi.log"
|
|
Tag="kodi"
|
|
Severity="info"
|
|
Facility="local6"
|
|
deleteStateOnFileDelete="on"
|
|
escapeLF="on"
|
|
PersistStateInterval="5")
|
|
|
|
input(type="imfile"
|
|
File="/storage/.kodi/temp/kodi.log"
|
|
Tag="kodi"
|
|
Severity="debug"
|
|
Facility="local7"
|
|
deleteStateOnFileDelete="on"
|
|
escapeLF="on"
|
|
PersistStateInterval="5")
|
|
|