DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28961>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28961

provide new Log4J/java2-logging-api proxy loggers class

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From [EMAIL PROTECTED]  2004-05-26 17:14 -------
Most of tomcat already uses commons-logging and is configurable as such.  We 
plan to gradually migrate away from the Logger elements and into commons-
logging: this migration is ongoing.

We have been advising and continue to advise application developers to not rely 
on Tomcat's Loggers, but to code to a logging framework like log4j or commons-
logging.

In addition, Tomcat does roll over its Logger log files, and provides the 
swallowOutput attribute to direct System.out/System.err logs into the rolled-
over Logger destinations.  This prevents catalina.out from growing for 
applications that use System.out/System.err, which is not a recommended 
practice.

So given all those, I'm marking this request as WONTFIX, because no 
enhancements will be done on Tomcat's Loggers.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to