Configuring the Audit Log
logging.level.com.fico.xpress.insight.audit-log=INFO
After changing the audit log configuration, restart the Xpress Insight server to ensure it is updated and uses the modified settings.
- Change the logging.audit.file.max-history element to edit the number of retained log files.
- Change the logging.audit.file.max-size to update the size at which the file is archived.
- Change the logging.audit.file.total-size-cap to limit the total amount of disk space consumed by the log.
- Change the logging.audit.pattern.rolling-file-name specifies the pattern of the generated filenames. It is also used to determine the rollover period. The default is to rollover daily at midnight. You can configure this to hourly by setting the pattern to be
${logging.audit.file.name}.%d{yyyy-MM-dd_HH}.%i.gz
.
# Maximum number of days archive log files are kept.
logging.audit.file.max-history=90
# Maximum log file size.
logging.audit.file.max-size=50MB
# Total size of log backups to be kept.
logging.audit.file.total-size-cap=1GB
# Pattern for rolled-over log file names.
logging.audit.pattern.rolling-file-name=${logging.audit.file.name}.%d{yyyy-MM-dd}.%i.gz
© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.