To Change the Limit on the Number of Rotated Log Files

When Payara Server rotates a log file, it creates a new, empty file named server.log and renames the old file server.log_date, where date is the date and time when the file was rotated.

By default, Payara Server limits the number of rotated log files to 10. When this limit is reached, the oldest log file is deleted when Payara Server next rotates a log file.

If necessary, you can change the limit on the number of rotated log files. Any new limit that you set applies to rotated log files for both access logging and the server log.

  1. Set the com.sun.enterprise.server.logging.max_history_files system property to the maximum number of rotated log files to keep.

    The behavior of the com.sun.enterprise.server.logging.max_history_files system property is as follows:

See Also
Copyright © 2005, 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices Portions Copyright © [2017-2020] Payara Foundation and/or affiliates.