vmassol 01/06/18 13:23:10
Modified: cactus/conf/sample/conf/test/servlet22/enhydra31
multiserver.conf
Log:
changed config to log errors, info and warning on screen instead of only in log file
Revision Changes Path
1.2 +1 -1
jakarta-commons/cactus/conf/sample/conf/test/servlet22/enhydra31/multiserver.conf
Index: multiserver.conf
===================================================================
RCS file:
/home/cvs/jakarta-commons/cactus/conf/sample/conf/test/servlet22/enhydra31/multiserver.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- multiserver.conf 2001/06/18 12:53:36 1.1
+++ multiserver.conf 2001/06/18 20:23:03 1.2
@@ -85,7 +85,7 @@
Server.ConfDir = "@out.enhydra31.dir@/conf"
Server.LogFile = "@out.enhydra31.dir@/logs/multiserver.log"
Server.LogToFile[] = EMERGENCY, ALERT, CRITICAL, ERROR, WARNING, INFO
-Server.LogToStderr[] = EMERGENCY
+Server.LogToStderr[] = EMERGENCY, ALERT, CRITICAL, ERROR, WARNING, INFO
#
# The above setting is for verbose output. When running as a daemon
# process you may want to print out only emergencies, for example: