More documentation for LogTo{Screen,LogFile} in config.pm

— config.pm 2001/11/03 21:17:48 1.2
+++ config.pm 2001/11/08 15:54:39
@@ -270,8 +270,13 @@

Mail loops will generate a critical log message.

+# the minimum level error that will be logged to the specific device.
+# levels from lowest to highest:
+# debug info notice warning error critical alert emergency
$LogToScreen = ‘error’;
$LogToFile = ‘error’;
$LogToFileNamed = “$LogDir/rt.log.”.$$.“.”.$<; #log to rt.log..

}}}