summaryrefslogtreecommitdiffstats
path: root/ulogd/ulogd.conf
diff options
context:
space:
mode:
authorlaforge <laforge>2002-07-30 07:04:11 +0000
committerlaforge <laforge>2002-07-30 07:04:11 +0000
commit270ccfe33eae61dbd55019486b4a5546baae7491 (patch)
tree798639008f16c387b3e7264192de1b5132cf13b0 /ulogd/ulogd.conf
parent73583514fdffa7470441a2123a771a68a2073083 (diff)
- if ipulog_read fails, print errno and ulog_errno
- close stdin and call setsid() when we daemonize - make logfile rotate work - add comment about log levels to ulogd.conf
Diffstat (limited to 'ulogd/ulogd.conf')
-rw-r--r--ulogd/ulogd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/ulogd/ulogd.conf b/ulogd/ulogd.conf
index a4d1fc1..a3a998a 100644
--- a/ulogd/ulogd.conf
+++ b/ulogd/ulogd.conf
@@ -1,5 +1,5 @@
# Example configuration for ulogd
-# $Id: ulogd.conf,v 1.5 2001/05/20 14:44:37 laforge Exp $
+# $Id: ulogd.conf,v 1.6 2001/10/02 16:39:17 laforge Exp $
#
######################################################################
@@ -12,7 +12,7 @@ nlgroup 1
# logfile for status messages
logfile /var/log/ulogd.log
-# loglevel: notice, warnings, error and fatal
+# loglevel: debug(1), info(3), notice(5), error(7) or fatal(8)
loglevel 5
######################################################################