Hi all,
I'm looking for an help to customize a LOG level for my server.
I have some JSP and SERVLET that uses :
System.out.println("message...");
in server.xml I set :
<Logger className="org.apache.catalina.logger.FileLogger"
verbosity="4" directory="logs" prefix="localhost_log."
suffix=".txt"
timestamp="true"/>
Now, Instead of save the message on stdout.log I would like to store all
message on localhost_log.YYYY-MM-DD.txt, beacause the stdout.log it's
become too large.
How can i solve this issue?
Thanks
Franz.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]