summaryrefslogtreecommitdiffstats
path: root/ulogd.conf.in
diff options
context:
space:
mode:
authorEric Leblond <eric@regit.org>2013-01-18 19:43:06 +0100
committerEric Leblond <eric@regit.org>2013-01-18 19:47:09 +0100
commit56c188731015f0abe0c04dcdf07d0badfc61217e (patch)
tree38d396e04e497753499288fa1e69900915f07a4b /ulogd.conf.in
parenta385170fee2e406afe0387f99361eebe7ce2b3c8 (diff)
Add -l option to set log level from command line
This patch adds a '-l' option which can be used to setup ulogd loglevel. Command line option has precedence on the configuration file one.
Diffstat (limited to 'ulogd.conf.in')
-rw-r--r--ulogd.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ulogd.conf.in b/ulogd.conf.in
index 783cb2b..d5db77b 100644
--- a/ulogd.conf.in
+++ b/ulogd.conf.in
@@ -11,8 +11,8 @@
# logfile for status messages
logfile="/var/log/ulogd.log"
-# loglevel: debug(1), info(3), notice(5), error(7) or fatal(8)
-loglevel=1
+# loglevel: debug(1), info(3), notice(5), error(7) or fatal(8) (default 5)
+# loglevel=1
######################################################################
# PLUGIN OPTIONS