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
Add two global config parameters allowing to parameterize the FILE log
handler of Wildfly:
* SERVER_LOG_BACKUP_MAX: the number of backup of the FILE log to
maintain. Above this count, all the olders additional backups are
deleted;
* SERVER_LOG_BACKUP_SIZE: the maximum size of the FILE log (the unity, m
for megabyte for example, has to be indicated with the number).
By default, SERVER_LOG_BACKUP_MAX=10 and SERVER_LOG_BACKUP_SIZE=5m
0 commit comments