Skip to content

Commit b1617b3

Browse files
authored
feat: Replace standardOutput to standardError (#295)
1 parent c1ff8be commit b1617b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Logging/Logging.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ extension Logger {
662662
/// configured. `LoggingSystem` is set up just once in a given program to set up the desired logging backend
663663
/// implementation.
664664
public enum LoggingSystem {
665-
private static let _factory = FactoryBox { label, _ in StreamLogHandler.standardOutput(label: label) }
665+
private static let _factory = FactoryBox { label, _ in StreamLogHandler.standardError(label: label) }
666666
private static let _metadataProviderFactory = MetadataProviderBox(nil)
667667

668668
#if DEBUG

0 commit comments

Comments
 (0)