You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that as long as no logs are written by a certain appender, the underlying file is not archived until new log entries occur.
This results in log files remaining in the log folder and not being archived even if they are months old.
I would want a parameter <forceHistorization>00:00:01</forceHistorization>
to ensure that on a change in the %d{yyyy-MM-dd} fileNamePattern value
the file will be archived at 00:00:01 hrs.
The text was updated successfully, but these errors were encountered:
It seems that as long as no logs are written by a certain appender, the underlying file is not archived until new log entries occur.
This results in log files remaining in the log folder and not being archived even if they are months old.
I would want a parameter
<forceHistorization>00:00:01</forceHistorization>
to ensure that on a change in the %d{yyyy-MM-dd} fileNamePattern value
the file will be archived at 00:00:01 hrs.
The text was updated successfully, but these errors were encountered: