- Documentación
- Descripción de Configuración de Propiedades
- Configuración de Registro de Valores
- Propiedad wrapper.logfile.rollmode
wrapper.logfile.rollmode |
||||||||
This property controls the roll mode of the log file. See the wrapper.logfile property for an explanation of how to name the log file. The default value is SIZE.
Starting from version 3.5.37, it is possible to roll the log file by date in combination with any of the modes listed below. This can be done by including the "YYYYMMDD" token in the value of wrapper.logfile. When rolling by date, each log entry is logged to a file with a name containing a date corresponding to its timestamp. Whenever the date changes, a new log file will be start to be logged. This has the benefit of grouping all log entries for a given day in a specific file. A file will not be created on days which do not have any log output. Possible mode values include:
|
Referencia: Archivo de Registro |
|