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 --- doc/pingd.conf.pod | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'doc/pingd.conf.pod') diff --git a/doc/pingd.conf.pod b/doc/pingd.conf.pod index 2ba3d0f..a012b4f 100644 --- a/doc/pingd.conf.pod +++ b/doc/pingd.conf.pod @@ -514,6 +514,29 @@ generated stats. Otherwise its content is copied in verbatim. =back +=head2 LOGGING + +=over + +=item B + +File to write logs to. This file is reopened on SIGHUP. + + Default: 'logfile' => 'pingd.log', + Example: 'logfile' => '/var/log/echolot/pingd.log', + +=item B + +Minimum severity of messages to include in log file. Possible values are +B, B, B, B, B, B, B, and +B. + + Default: 'loglevel' => 'info', + Example: 'loglevel' => 'debug', + +=back + + =head2 MISCELLANEOUS =over -- cgit v1.2.3