I noticed in the change log that some changes have been made to the way things are logged in Tomcat 5.5. I was using something like the following in my server.xml previously. However, this no longer works.

<Logger className="org.apache.catalina.logger.FileLogger"
directory="logs"
prefix="localhost_log."
suffix=".txt"
timestamp="true"/>

I'm wondering how to configure the new "commons-logging?" The default server.xml doesn't seem to have anything in it for this. Is configuring this no longer neccessary? Does it just log to catalina.out now or something?

Jon


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



Reply via email to