Polish "Expose Tomcat AccessLog Max days property"
Closes gh-15954
This commit is contained in:
@@ -255,7 +255,7 @@ content into your application. Rather, pick only the properties that you need.
|
||||
server.tomcat.accesslog.directory=logs # Directory in which log files are created. Can be absolute or relative to the Tomcat base dir.
|
||||
server.tomcat.accesslog.enabled=false # Enable access log.
|
||||
server.tomcat.accesslog.file-date-format=.yyyy-MM-dd # Date format to place in the log file name.
|
||||
server.tomcat.accesslog.max-days=-1#The number of days to retain the access log files before they are removed.
|
||||
server.tomcat.accesslog.max-days=-1# Number of days to retain the access log files before they are removed.
|
||||
server.tomcat.accesslog.pattern=common # Format pattern for access logs.
|
||||
server.tomcat.accesslog.prefix=access_log # Log file name prefix.
|
||||
server.tomcat.accesslog.rename-on-rotate=false # Whether to defer inclusion of the date stamp in the file name until rotate time.
|
||||
|
||||
Reference in New Issue
Block a user