# If a variable is not set here, then the corresponding
# parameter will not be changed.
# If a variables is set, then every invocation of
# syslog-ng's init script will set them using dmesg.

# log level of messages which should go to console
# see klogctl(8) or <linux/kernel.h> for details
#
CONSOLE_LOG_LEVEL=4

# Command line options to syslog-ng
SYSLOGNG_OPTS="--no-caps -p /run/syslogd.pid"

