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 361f1d7 commit aed1dafCopy full SHA for aed1daf
opentelemetry-sdk/src/logs/log_processor.rs
@@ -353,7 +353,8 @@ impl LogProcessor for BatchLogProcessor {
353
354
fn shutdown(&self) -> LogResult<()> {
355
// Set is_shutdown to true
356
- self.is_shutdown.store(true, std::sync::atomic::Ordering::Relaxed);
+ self.is_shutdown
357
+ .store(true, std::sync::atomic::Ordering::Relaxed);
358
359
let dropped_logs = self.dropped_logs_count.load(Ordering::Relaxed);
360
let max_queue_size = self.max_queue_size;
0 commit comments