Konstantin Kolinko wrote on 22.12.2010 12:44:
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
??
because I came across the issue when I was trying to dump a stack trace of an exception. because will have to uuse some home-grown logging which I have not yet implemented.

I'm just curious what's wrong with my Tomcat, Apache, Whatever setup and I would like to understand why it behaves like it does.

--
Intelligent Communication Software Vertriebs GmbH
Firmensitz: Kistlerhof Str. 111, 81379 München
Registergericht: Amtsgericht München, HRB 88283
Geschäftsführer: Albert Fuss


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

Reply via email to