From 5dd77a725c9573437a451bea731f6f93deaabb6a Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 12 May 2014 10:51:24 +0100 Subject: [PATCH] Enable access log explicitly in sample --- .../src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties b/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties index 943f5bb6863..87a55bc89da 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties +++ b/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties @@ -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