Shapira, Yoav wrote:

There is even one more reason why Tomcat 5.0 logging was better:

With Tomcat 5.0, it was possible to log different web applications to
different log files by using the "swallowOutput" attribute of the
Context element, even if those applications used the same libraries. I

This is still possible with proper logging configuration: the loggers are different for the webapps, but the appenders can be the same.

Can anyone give an example of how to configure this for java.util.logging, please? (I am not using log4j)


Regards,

Andreas


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



Reply via email to