From 08ce7e24d7469f909ce06860dd7ce5ac90285d7c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 25 Aug 2017 13:55:51 +0200 Subject: [PATCH] Polish --- .../src/main/resources/application.properties | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 67808f3e54..a9cd72f2c9 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 @@ -1,15 +1,14 @@ +service.name=Phil + # logging.file=/tmp/logs/app.log # logging.level.org.springframework.security=DEBUG management.address=127.0.0.1 -management.info.build.mode=full - 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 +server.tomcat.accesslog.enabled=true +server.tomcat.accesslog.pattern=%h %t "%r" %s %b +security.require-ssl=false #spring.jackson.serialization.INDENT_OUTPUT=true spring.jmx.enabled=true