23 lines
403 B
Plaintext
23 lines
403 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: -x
|
||
|
## Config: ""
|
||
|
## ServiceRestart: syslog
|
||
|
#
|
||
|
# if not empty: parameters for klogd
|
||
|
# for example KLOGD_PARAMS="-x" to avoid (duplicate) symbol resolution
|
||
|
#
|
||
|
KLOGD_PARAMS="-x"
|
||
|
|