42 lines
872 B
Plaintext
42 lines
872 B
Plaintext
|
## Path: System/Logging
|
||
|
## Description: System logging
|
||
|
## Type: list(0,1,2,3,4,5,6,7)
|
||
|
## Default: 1
|
||
|
## Config: ""
|
||
|
## ServiceRestart: syslog
|
||
|
#
|
||
|
# Default loglevel for klogd
|
||
|
#
|
||
|
KERNEL_LOGLEVEL=1
|
||
|
|
||
|
## Type: string
|
||
|
## Default: ""
|
||
|
## Config: ""
|
||
|
## ServiceRestart: syslog
|
||
|
#
|
||
|
# if not empty: parameters for syslogd
|
||
|
# for example SYSLOGD_PARAMS="-r -s my.dom.ain"
|
||
|
#
|
||
|
SYSLOGD_PARAMS=""
|
||
|
|
||
|
## Type: string
|
||
|
## Default: -x
|
||
|
## Config: ""
|
||
|
## ServiceRestart: syslog
|
||
|
#
|
||
|
# if not empty: parameters for klogd
|
||
|
# for example KLOGD_PARAMS="-x" to avoid (duplicate) symbol resolution
|
||
|
#
|
||
|
KLOGD_PARAMS="-x"
|
||
|
|
||
|
## Type: list(syslogd,syslog-ng)
|
||
|
## Default: syslogd
|
||
|
## Config: syslog-ng
|
||
|
## Command: /sbin/rcsyslog restart
|
||
|
## PreSaveCommand: /sbin/rcsyslog status && /sbin/rcsyslog stop
|
||
|
#
|
||
|
# The name of the syslog daemon used as
|
||
|
# syslog service: "syslogd", "syslog-ng"
|
||
|
#
|
||
|
SYSLOG_DAEMON="syslogd"
|