Lowered logging level for SkipPatternConfiguration and bean resolution; fixes gh-2166

This commit is contained in:
Marcin Grzejszczak
2022-05-24 12:34:55 +02:00
parent 085e47c629
commit 1ac5ec346c

View File

@@ -89,7 +89,7 @@ class SkipPatternConfiguration {
return () -> result;
}
catch (BeanCreationException e) {
log.warn(
log.debug(
"Most likely, there is an actuator endpoint that indirectly references an instrumented HTTP client. An exception was thrown during bean initialization. Will ignore that exception",
e);
return () -> consolidateSkipPatterns(patterns);