We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ff8be commit b1617b3Copy full SHA for b1617b3
Sources/Logging/Logging.swift
@@ -662,7 +662,7 @@ extension Logger {
662
/// configured. `LoggingSystem` is set up just once in a given program to set up the desired logging backend
663
/// implementation.
664
public enum LoggingSystem {
665
- private static let _factory = FactoryBox { label, _ in StreamLogHandler.standardOutput(label: label) }
+ private static let _factory = FactoryBox { label, _ in StreamLogHandler.standardError(label: label) }
666
private static let _metadataProviderFactory = MetadataProviderBox(nil)
667
668
#if DEBUG
0 commit comments