Skip to content

Commit f1d5142

Browse files
authored
Update opentelemetry-sdk/src/logs/log_processor.rs
1 parent 8aaf156 commit f1d5142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/logs/log_processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ impl LogProcessor for SimpleLogProcessor {
155155
pub struct BatchLogProcessor<R: RuntimeChannel> {
156156
message_sender: R::Sender<BatchMessage>,
157157

158-
// Track dropped logs. We'll log this at shutdown and also emit
158+
// Track dropped logs - we'll log this at shutdown
159159
dropped_logs_count: AtomicUsize,
160160

161161
// Track the maximum queue size that was configured for this processor

0 commit comments

Comments
 (0)