summaryrefslogtreecommitdiff
path: root/pingd.conf.sample
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2003-01-14 06:40:24 +0000
committerPeter Palfrader <peter@palfrader.org>2003-01-14 06:40:24 +0000
commitde0bd086333426c994a97addfcdfc7365c14fdf7 (patch)
treed3a8a50bb4a834ad6e2cc702cf34f4c4fcfd417b /pingd.conf.sample
parente00e832d440e065e66858155264d0e79cfd3df23 (diff)
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
Diffstat (limited to 'pingd.conf.sample')
-rw-r--r--pingd.conf.sample5
1 files changed, 5 insertions, 0 deletions
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;