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
2ca5e8e5
Commit
2ca5e8e5
authored
Jul 21, 2014
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.1.x'
parents
2f28a101
0a70bd44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
appendix-application-properties.adoc
...cs/src/main/asciidoc/appendix-application-properties.adoc
+1
-1
howto.adoc
spring-boot-docs/src/main/asciidoc/howto.adoc
+1
-1
No files found.
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
View file @
2ca5e8e5
...
@@ -43,7 +43,7 @@ content into your application; rather pick only the properties that you need.
...
@@ -43,7 +43,7 @@ content into your application; rather pick only the properties that you need.
# LOGGING
# LOGGING
logging.path=/var/logs
logging.path=/var/logs
logging.file=myapp.log
logging.file=myapp.log
logging.config= # location of config file (default classpath:
/
logback.xml for logback)
logging.config= # location of config file (default classpath:logback.xml for logback)
logging.level.*= # levels for loggers, e.g. "logging.level.org.springframework=DEBUG" (TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF)
logging.level.*= # levels for loggers, e.g. "logging.level.org.springframework=DEBUG" (TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF)
# IDENTITY ({sc-spring-boot}/context/ContextIdApplicationContextInitializer.{sc-ext}[ContextIdApplicationContextInitializer])
# IDENTITY ({sc-spring-boot}/context/ContextIdApplicationContextInitializer.{sc-ext}[ContextIdApplicationContextInitializer])
...
...
spring-boot-docs/src/main/asciidoc/howto.adoc
View file @
2ca5e8e5
...
@@ -868,7 +868,7 @@ You can also set the location of a file to log to (in addition to the console) u
...
@@ -868,7 +868,7 @@ You can also set the location of a file to log to (in addition to the console) u
To configure the more fine grained settings of a logging system you need to use the native
To configure the more fine grained settings of a logging system you need to use the native
configuration format supported by the `LoggingSystem` in question. By default Spring Boot
configuration format supported by the `LoggingSystem` in question. By default Spring Boot
picks up the native configuration from its default location for the system (e.g.
picks up the native configuration from its default location for the system (e.g.
`classpath:
/
logback.xml` for Logback), but you can set the location of the config file
`classpath:logback.xml` for Logback), but you can set the location of the config file
using the "logging.config" property.
using the "logging.config" property.
...
...
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