You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2017/06/28 18:09:08 UTC

[Bug 61232] Disabling rotation on the FileHandler creates 'catalina..log' instead of 'catalina.log'

https://bz.apache.org/bugzilla/show_bug.cgi?id=61232

Coty Sutherland <cs...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |Beginner

--- Comment #1 from Coty Sutherland <cs...@redhat.com> ---
Looking at the o.a.juli.FileHandler class, one option would be to check the
rotatable variable inside of configure() and adjust the suffix accordingly so
that it doesn't add a '.' if rotatable is off (the prefix ends in '.' so unless
it's non-default, which you could also check, it should have the necessary
separator).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org