lower (raise?) the console log level
[mirror/dsa-puppet.git] / modules / syslog-ng / files / syslog-ng.default
1 # If a variable is not set here, then the corresponding
2 # parameter will not be changed.
3 # If a variables is set, then every invocation of
4 # syslog-ng's init script will set them using dmesg.
5
6 # log level of messages which should go to console
7 # see <linux/kernel.h> for details
8 #
9 CONSOLE_LOG_LEVEL=2
10
11 # Command line options to syslog-ng
12 #SYSLOGNG_OPTS="--no-caps"
13