2006-12-18 23:17:53 +00:00
|
|
|
## 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"
|
|
|
|
|
2009-09-10 10:59:25 +00:00
|
|
|
## Type: list(syslogd,syslog-ng,rsyslogd,"")
|
2007-05-17 09:59:10 +00:00
|
|
|
## Default: ""
|
|
|
|
## Config: ""
|
|
|
|
## ServiceRestart: syslog
|
2006-12-18 23:17:53 +00:00
|
|
|
#
|
2007-05-17 09:59:10 +00:00
|
|
|
# The name of the syslog daemon to use as syslog service:
|
2009-09-10 10:59:25 +00:00
|
|
|
# "syslogd", "syslog-ng", "rsyslogd" or "" for autodetect.
|
2006-12-18 23:17:53 +00:00
|
|
|
#
|
2007-05-17 09:59:10 +00:00
|
|
|
SYSLOG_DAEMON=""
|