Commit 5dd77a72 authored by Dave Syer's avatar Dave Syer

Enable access log explicitly in sample

parent fec136e2
...@@ -2,6 +2,7 @@ logging.file: /tmp/logs/app.log ...@@ -2,6 +2,7 @@ logging.file: /tmp/logs/app.log
management.address: 127.0.0.1 management.address: 127.0.0.1
endpoints.shutdown.enabled: true endpoints.shutdown.enabled: true
server.tomcat.basedir: target/tomcat server.tomcat.basedir: target/tomcat
server.tomcat.access_log_enabled: true
server.tomcat.access_log_pattern: %h %t "%r" %s %b server.tomcat.access_log_pattern: %h %t "%r" %s %b
security.require_ssl: false security.require_ssl: false
service.name: Phil service.name: Phil
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment