Skip to content

Commit 7c85021

Browse files
committed
cf
1 parent d08cd33 commit 7c85021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opentelemetry-sdk/src/logs/log_processor.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ pub trait LogProcessor: Send + Sync + Debug {
5858
/// After shutdown returns the log processor should stop processing any logs.
5959
/// It's up to the implementation on when to drop the LogProcessor.
6060
///
61-
/// Implementors that manage resources (background threads, network connections,
61+
/// Implementors that manage resources (background threads, network connections,
6262
/// file handles, etc.) should override this method to properly clean up.
63-
/// Processors that wrap other processors should forward the shutdown call to
63+
/// Processors that wrap other processors should forward the shutdown call to
6464
/// the wrapped processor(s).
6565
/// Simple processors that only transform log data can use the default implementation.
6666
fn shutdown_with_timeout(&self, _timeout: Duration) -> OTelSdkResult {

0 commit comments

Comments
 (0)