From 56c188731015f0abe0c04dcdf07d0badfc61217e Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Fri, 18 Jan 2013 19:43:06 +0100 Subject: 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. --- ulogd.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ulogd.conf.in') 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 -- cgit v1.2.3