Enable access log explicitly in sample

This commit is contained in:
Dave Syer 2014-05-12 10:51:24 +01:00
parent fec136e213
commit 5dd77a725c

View File

@ -2,6 +2,7 @@ logging.file: /tmp/logs/app.log
management.address: 127.0.0.1
endpoints.shutdown.enabled: true
server.tomcat.basedir: target/tomcat
server.tomcat.access_log_enabled: true
server.tomcat.access_log_pattern: %h %t "%r" %s %b
security.require_ssl: false
service.name: Phil