Commit 8fd99bde authored by Phillip Webb's avatar Phillip Webb

Update samples to use specific log configuration

parent f35135e4
logging.file: /tmp/logs/app.log #logging.file: /tmp/logs/app.log
#server.port: 8080 #server.port: 8080
#management.port: 8080 #management.port: 8080
management.address: 127.0.0.1 management.address: 127.0.0.1
......
logging.file: /tmp/logs/app.log #logging.file: /tmp/logs/app.log
#server.port: 8080 #server.port: 8080
#management.port: 8080 #management.port: 8080
management.address: 127.0.0.1 management.address: 127.0.0.1
......
logging.file: /tmp/logs/app.log # logging.file: /tmp/logs/app.log
logging.level.org.springframework.security: INFO # logging.level.org.springframework.security: INFO
management.address: 127.0.0.1 management.address: 127.0.0.1
#management.port: 8181 #management.port: 8181
endpoints.shutdown.enabled: true endpoints.shutdown.enabled: true
......
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/base.xml" />
<include resource="org/springframework/boot/logging/logback/console-appender.xml" />
<root level="INFO">
<appender-ref ref="CONSOLE" />
</root>
</configuration>
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