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 da42d53 commit cabb4daCopy full SHA for cabb4da
opentelemetry-sdk/src/logs/log_emitter.rs
@@ -271,7 +271,7 @@ impl opentelemetry::logs::Logger for Logger {
271
if self.provider.inner.is_shutdown.load(Ordering::Relaxed) {
272
// Optionally, log a debug message indicating logs are being discarded due to shutdown.
273
otel_debug!(
274
- name: "Logger.Emit.Discarded",
+ name: "Logger.Emit.ProviderShutdown",
275
message = "Log discarded because the LoggerProvider is shut down."
276
);
277
return;
0 commit comments