Improve actuator endpoint mapping debug logging
Closes gh-14292
This commit is contained in:
@@ -130,6 +130,7 @@ public class LoggingApplicationListener implements GenericApplicationListener {
|
||||
loggers.add("web", "org.springframework.core.codec");
|
||||
loggers.add("web", "org.springframework.http");
|
||||
loggers.add("web", "org.springframework.web");
|
||||
loggers.add("web", "org.springframework.boot.actuate.endpoint.web");
|
||||
loggers.add("sql", "org.springframework.jdbc.core");
|
||||
loggers.add("sql", "org.hibernate.SQL");
|
||||
DEFAULT_GROUP_LOGGERS = Collections.unmodifiableMap(loggers);
|
||||
|
||||
@@ -569,6 +569,7 @@ public class LoggingApplicationListenerTests {
|
||||
assertTraceEnabled("org.springframework.core.codec", true);
|
||||
assertTraceEnabled("org.springframework.http", true);
|
||||
assertTraceEnabled("org.springframework.web", true);
|
||||
assertTraceEnabled("org.springframework.boot.actuate.endpoint.web", true);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user