Mailing List Archive

[Bug 67200] Error Log Rotation Failure By rotatelogs
https://bz.apache.org/bugzilla/show_bug.cgi?id=67200

Eric Covener <covener@gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO

--- Comment #1 from Eric Covener <covener@gmail.com> ---
It is likely %d doesn't change so the new and old log filename are the same. If
you're not rotating based on time, overriding the filename format is hard to
manage.

If you want the data thrown away, you could use -T in this case.
If you want it rotated, I would remove all of the format strings from the
filename and use the default timestamp.

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