We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0bc15e commit 8fc25d0Copy full SHA for 8fc25d0
1 file changed
Sources/Logging/FormattedLogHandler.swift
@@ -46,7 +46,7 @@ public struct FormattedLogHandler: LogHandler {
46
}
47
48
#if DEBUG
49
- return "\($0.timestamp()) [\($0.label)] \($0.level.symbol) \(message)"
+ return "\($0.timestamp()) \($0.level.symbol) [\($0.label)] \(message)"
50
#else
51
let filename = URL(fileURLWithPath: $0.file)
52
.deletingPathExtension()
0 commit comments