Skip to content

Commit

Permalink
feat: Replace standardOutput to standardError
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushi2103 committed May 9, 2024
1 parent c1ff8be commit c5991d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Logging/Logging.swift
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ extension Logger {
/// configured. `LoggingSystem` is set up just once in a given program to set up the desired logging backend
/// implementation.
public enum LoggingSystem {
private static let _factory = FactoryBox { label, _ in StreamLogHandler.standardOutput(label: label) }
private static let _factory = FactoryBox { label, _ in StreamLogHandler.standardError(label: label) }
private static let _metadataProviderFactory = MetadataProviderBox(nil)

#if DEBUG
Expand Down

0 comments on commit c5991d7

Please sign in to comment.