Drop LevelRemappingAppender

Drop LevelRemappingAppender as, following the changes made in e8f8556d
for gh-7657, it was no longer having any effect.

Closes gh-10842
This commit is contained in:
Andy Wilkinson
2017-11-12 11:58:54 +00:00
parent 5072d4ab04
commit e92e56dda5
5 changed files with 0 additions and 344 deletions

View File

@@ -1566,11 +1566,6 @@ following example shows potential logging settings in `application.properties`:
logging.level.org.hibernate=ERROR
----
NOTE: By default, Spring Boot remaps Thymeleaf `INFO` messages so that they are logged at
`DEBUG` level. This helps to reduce noise in the standard log output. See
{sc-spring-boot}/logging/logback/LevelRemappingAppender.{sc-ext}[`LevelRemappingAppender`]
for details of how you can apply remapping in your own configuration.
[[boot-features-custom-log-configuration]]