We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16cd55b commit a650a08Copy full SHA for a650a08
internal-logging/src/main/java/co/elastic/otel/logging/ElasticLoggingCustomizer.java
@@ -60,7 +60,9 @@ public void init(EarlyInitAgentConfig earlyConfig) {
60
}
61
62
@Override
63
- public void onStartupSuccess() {}
+ public void onStartupSuccess() {
64
+ Slf4jInternalLogger.initializationComplete = true;
65
+ }
66
67
@SuppressWarnings("CallToPrintStackTrace")
68
0 commit comments