Skip to content

Commit 28a0efb

Browse files
committed
Change the default multiline mode
1 parent c712a23 commit 28a0efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CLTLogger.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public struct CLTLogger : LogHandler {
9494
/** Multiline logs are allowed and logs are printed after the log, one line per metadata (metadata are never multiline). */
9595
case allMultiline
9696

97-
public static let `default` = Self.disallowMultiline
97+
public static let `default` = Self.disallowMultilineButMetadataOnNewLines
9898
}
9999

100100
public struct Constants : CLTLogger_Sendable {

0 commit comments

Comments
 (0)