[
https://issues.apache.org/jira/browse/OFBIZ-12897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17821663#comment-17821663
]
ASF subversion and git services commented on OFBIZ-12897:
---------------------------------------------------------
Commit dee41a3c58436e2dad7f2ce8096902367cececd5 in ofbiz-framework's branch
refs/heads/trunk from Daniel Watford
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=dee41a3c58 ]
Improved: Remove rolled-over log files (OFBIZ-12897) (#713)
Changed file naming pattern used for rolled over log files in the
OFBiz default log4j2.xml configuration file such that the date is not
added to rolled log file names.
Removing the date component from log file names means the RollingFile
log appender will correctly remove older log files when the maximum
number of rolled log files is reached.
> Rework the log4j2.xml configuration to limit the number of log files generated
> ------------------------------------------------------------------------------
>
> Key: OFBIZ-12897
> URL: https://issues.apache.org/jira/browse/OFBIZ-12897
> Project: OFBiz
> Issue Type: Task
> Components: framework
> Affects Versions: Upcoming Branch, 18.12.11
> Reporter: Daniel Watford
> Assignee: Daniel Watford
> Priority: Minor
>
> File lo4j2.xml configure log file rolling, but it does not appear to function
> as perhaps intended.
> Log file rolling is configured to keep up to 10 log files. But the log file
> naming convention appears to cause a maximum of 10 logs files to be kept for
> each day.
> Rework the log4j2.xml configuration file to ensure that only 10 log files are
> kept (for each appender) regardless of the date.
> Also, a limit of 1MB is quite small these days, particularly as text editors
> can easily search through larger files without a noticeable performance
> penalty (YMMV). I recommend raising the log file size limit to 10MB as this
> would keep more log entries around without a corresponding increase in the
> number of file.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)