Expose Tomcat AccessLog Max days property
See gh-15954
This commit is contained in:
committed by
Stephane Nicoll
parent
be40d000ba
commit
596f0c28c0
@@ -255,6 +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.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