Enable access log explicitly in sample

pull/592/merge
Dave Syer 11 years ago
parent fec136e213
commit 5dd77a725c

@ -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

Loading…
Cancel
Save