diff options
author | Peter Palfrader <peter@palfrader.org> | 2003-01-14 06:40:24 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2003-01-14 06:40:24 +0000 |
commit | de0bd086333426c994a97addfcdfc7365c14fdf7 (patch) | |
tree | d3a8a50bb4a834ad6e2cc702cf34f4c4fcfd417b /pingd.conf.sample | |
parent | e00e832d440e065e66858155264d0e79cfd3df23 (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.sample | 5 |
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; |