spring-boot/spring-boot-docs/src/main/asciidoc
Stephane Nicoll 605dee4700 Allow to reset a log level
This commit ensures that `setLogLevel` on the `LoggingSystem` accepts
a `null` level. A `null` level means any customization sets on that
level should be removed and the default configuration should be used
instead.

Effectively, the level of the parent logger is going to be used when
`setLevel` is called with `null` for a given logger.

Most JMX clients do not accept to pass `null` for an argument so an
empty String is translated to null in that specific case.

Closes gh-8776
2017-06-01 14:31:07 +02:00
..
.gitignore
Guardfile
appendix-application-properties.adoc Polish "Allow to customize the JdbcTemplate" 2017-06-01 10:50:52 +02:00
appendix-auto-configuration-classes.adoc
appendix-configuration-metadata.adoc Add support for deprecation level in manual metadata 2017-05-15 12:39:15 +03:00
appendix-dependency-versions.adoc
appendix-executable-jar-format.adoc Drop support for configuring PropertiesLauncher with application.properties 2017-05-04 17:01:07 +01:00
appendix-test-auto-configuration.adoc
appendix.adoc
build-tool-plugins.adoc Provide separate documentation (API and reference) for Gradle plugin 2017-04-04 15:33:27 +01:00
deployment.adoc Merge branch '1.5.x' 2017-02-26 23:19:14 +01:00
documentation-overview.adoc
getting-started.adoc Add a missing 'io.spring.dependency-management' in doc 2017-05-30 09:33:41 +02:00
howto.adoc Remove support for Spring Loaded 2017-05-15 14:18:06 +03:00
index-docinfo.xml Polish contribution 2017-02-01 08:56:22 +01:00
index.adoc Add Quartz Scheduler support 2017-05-30 18:48:12 +02:00
production-ready-features.adoc Allow to reset a log level 2017-06-01 14:31:07 +02:00
spring-boot-cli.adoc Remove testing support from the CLI 2017-05-04 09:35:29 +01:00
spring-boot-features.adoc Polish "Allow to customize the JdbcTemplate" 2017-06-01 10:50:52 +02:00
using-spring-boot.adoc Refine SpringApplication source types 2017-05-15 20:35:29 -07:00