File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
opentelemetry-sdk/src/logs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments