On dedicated/private environments the following settings can be requested
Table of Contents | ||
---|---|---|
|
...
from Pricefx Support.
Prevent Logs from Being Deleted in Server XML
By default logs in /var/pricefx/runtime/server/logs/archive are deleted after one month (partition logs after one day). It is possible to change the retention period using this setting:
Code Block |
---|
<logRetention> <FILE_AUDIT>2</FILE_AUDIT> </logRetention> |
Entries (here FILE_AUDIT) need to be same as the appender names as defined in logback.xml.
The value is a new retention in days (essentially overwriting the "maxHistory" logback.xml value).
It only works for RollingFileAppender with TimeBasedRollingPolicy.
Attachment Upload Safety Controls
...