Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
8fd99bde
Commit
8fd99bde
authored
Dec 17, 2014
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update samples to use specific log configuration
parent
f35135e4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
4 deletions
+12
-4
application.properties
...-actuator-log4j/src/main/resources/application.properties
+1
-1
application.properties
...actuator-log4j2/src/main/resources/application.properties
+1
-1
application.properties
...sample-actuator/src/main/resources/application.properties
+2
-2
logback.xml
...pring-boot-sample-actuator/src/main/resources/logback.xml
+8
-0
No files found.
spring-boot-samples/spring-boot-sample-actuator-log4j/src/main/resources/application.properties
View file @
8fd99bde
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
...
...
spring-boot-samples/spring-boot-sample-actuator-log4j2/src/main/resources/application.properties
View file @
8fd99bde
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
...
...
spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties
View file @
8fd99bde
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
...
...
spring-boot-samples/spring-boot-sample-actuator/src/main/resources/logback.xml
0 → 100644
View file @
8fd99bde
<?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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment