diff --git a/Sources/OTel/Logging/OTelLogHandler.swift b/Sources/OTel/Logging/OTelLogHandler.swift index 0d6c299..13808c8 100644 --- a/Sources/OTel/Logging/OTelLogHandler.swift +++ b/Sources/OTel/Logging/OTelLogHandler.swift @@ -15,7 +15,6 @@ import AsyncAlgorithms import Logging import NIOConcurrencyHelpers import ServiceLifecycle -import Logging import Tracing @_spi(Logging) diff --git a/Sources/OTel/Logging/Processing/OTelLogEntryProcessor.swift b/Sources/OTel/Logging/Processing/OTelLogEntryProcessor.swift index e789899..2a9a5bf 100644 --- a/Sources/OTel/Logging/Processing/OTelLogEntryProcessor.swift +++ b/Sources/OTel/Logging/Processing/OTelLogEntryProcessor.swift @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -import ServiceLifecycle import ServiceContextModule +import ServiceLifecycle /// Log processors allow for processing logs throughout their lifetime via ``onStart(_:parentContext:)`` and ``onEnd(_:)`` calls. /// Usually, log processors will forward logs to a configurable ``OTelLogEntryExporter``.