2010/12/22 Thomas Kloeber <kloe...@ics.de>:
> Some additional info, which I just saw and which looks strange to me: the
> stdout_XXX.log doesn't change it's date.
> That is to say that I have stdout_20101221.log which also contains log
> entries from today, 12-22. I was under the impression that Tomcat
> automatically closes the file at midnight and creates a new one with the
> appr. date...

That is service runner (Apache Commons Daemon) that manages those
stdout, stderr files.

http://commons.apache.org/daemon/

Tomcat itself has nothing to do with them.

BTW, why are not you using a proper logging API? Any of:
a) GenericServlet.log(), ServletContext.log()
b) java.util.logging
c) Apache Commons Logging
??

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to