From 769e901f54f034c1de21323602afa38c5c1214b1 Mon Sep 17 00:00:00 2001 From: laforge Date: Tue, 30 Jul 2002 07:04:11 +0000 Subject: - 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 --- ulogd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ulogd.conf') diff --git a/ulogd.conf b/ulogd.conf index a4d1fc1..a3a998a 100644 --- a/ulogd.conf +++ b/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 ###################################################################### -- cgit v1.2.3