2010/4/20 André Warnier <a...@ice-sa.com>:
>
> I suggest a simple way whereby to tell Tomcat (optionally) just /not/ to
> rotate its logfiles itself, and to always write to a fixed filename.
> (an additional property in logging.properties ?)
> There exists under Linux the logrotate utility, which is perfect for that
> kind of thing.  And with Apache (Unix and Windows) is supplied the
> rotatelogs utility, which can be used with a pipe to much the same effect.
> Not much to do at the Tomcat level, and much simplification at the sysadmin
> level.
>

If you do not want the rotation, that is already available.

Just use a
http://java.sun.com/javase/6/docs/api/java/util/logging/FileHandler.html


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