Advertisement
Guest User

Untitled

a guest
Feb 9th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. server.tomcat.accesslog.buffered=true # Buffer output such that it is only flushed periodically.
  2. server.tomcat.accesslog.directory=logs # Directory in which log files are created. Can be relative to the tomcat base dir or absolute.
  3. server.tomcat.accesslog.enabled=false # Enable access log.
  4. server.tomcat.accesslog.file-date-format=.yyyy-MM-dd # Date format to place in log file name.
  5. server.tomcat.accesslog.pattern=common # Format pattern for access logs.
  6. server.tomcat.accesslog.prefix=access_log # Log file name prefix.
  7. server.tomcat.accesslog.rename-on-rotate=false # Defer inclusion of the date stamp in the file name until rotate time.
  8. server.tomcat.accesslog.request-attributes-enabled=false # Set request attributes for IP address, Hostname, protocol and port used for the request.
  9. server.tomcat.accesslog.rotate=true # Enable access log rotation.
  10. server.tomcat.accesslog.suffix=.log # Log file name suffix.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement