From de0bd086333426c994a97addfcdfc7365c14fdf7 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 14 Jan 2003 06:40:24 +0000 Subject: Make logging configureable redirect stdout/err to the logfile rather than "outfile" (nothing should ever get there); redirect stderr to /dev/null when calling Mixmaster --- pingd.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pingd.conf.sample') diff --git a/pingd.conf.sample b/pingd.conf.sample index b993b67..77cc781 100644 --- a/pingd.conf.sample +++ b/pingd.conf.sample @@ -42,5 +42,10 @@ $CONFIG = { # standard format it is nice to read for a human eye. 'combined_list' => 0, + # Log file and level (valid levels are debug, info, notice, warning, error, + # critical, alert, emergency) + #'logfile' => 'pingd.log', + #'loglevel' => 'info', + }; 1; -- cgit v1.2.3