cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config LogSetter.java

2001-08-20 Thread costin
costin 01/08/20 21:58:51 Modified:src/share/org/apache/tomcat/modules/config LogSetter.java Log: Update for the fix in util.log Revision ChangesPath 1.14 +6 -1 jakarta-tomcat/src/share/org/apache/tomcat/modules/config/LogSetter.java Index: LogSetter.java

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config LogSetter.java

2001-03-09 Thread larryi
larryi 01/03/09 13:39:32 Modified:src/share/org/apache/tomcat/modules/config LogSetter.java Log: Update to set the default ServletLog for a Context if it hasn't been set already. Defaulting provided in Context, defaults ServletLog output to the main Context log. Revision

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config LogSetter.java

2001-02-05 Thread costin
costin 01/02/05 22:42:28 Modified:src/share/org/apache/tomcat/modules/config LogSetter.java Log: Added the missing options for removing and configuring timestamps. Revision ChangesPath 1.6 +21 -1 jakarta-tomcat/src/share/org/apache/tomcat/modules/config/LogSe

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config LogSetter.java

2001-02-02 Thread costin
costin 01/02/02 23:34:41 Modified:src/share/org/apache/tomcat/core Context.java src/share/org/apache/tomcat/modules/config LogSetter.java Log: Ops, made a mistake - the context modules can't be initialized before the context is added - since there is no context man

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config LogSetter.java

2001-02-02 Thread costin
costin 01/02/02 21:36:25 Modified:src/share/org/apache/tomcat/modules/config LogSetter.java Log: Finishing the LogSetter. - The name of the log will be a full path ( org/apache/tomcat, etc ) instead of tc_log - add a log message ( until we're sure everything works as we

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config LogSetter.java

2001-01-31 Thread costin
costin 01/01/31 22:08:48 Modified:src/etc server.xml src/share/org/apache/tomcat/modules/config LogSetter.java Log: Replaced with the LogSetter, now everything works the same way without any special hacks. The comments on logging moved to the LogSetter - I'l

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config LogSetter.java

2001-01-31 Thread costin
costin 01/01/31 22:41:16 Modified:src/share/org/apache/tomcat/modules/config LogSetter.java Log: NPE - path can be null ( for console output ). Note that per/context interceptors are not working right now, I'll have them restored tommorow night. I also have to commit the fix

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/config LogSetter.java

2001-01-31 Thread costin
costin 01/01/31 21:43:00 Added: src/share/org/apache/tomcat/modules/config LogSetter.java Log: The module will set up the loggers - should replace the hacks in configuration, and maybe allow us to plug a different logger later ( like log4j ). Revision ChangesPath