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 344f633 commit 7d45709Copy full SHA for 7d45709
opentelemetry-stdout/src/logs/exporter.rs
@@ -57,7 +57,7 @@ impl opentelemetry_sdk::logs::LogExporter for LogExporter {
57
}
58
59
60
- fn shutdown(&mut self) -> OTelSdkResult {
+ fn shutdown(&self) -> OTelSdkResult {
61
self.is_shutdown.store(true, atomic::Ordering::SeqCst);
62
Ok(())
63
0 commit comments