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 8fc25d0 commit 8731970Copy full SHA for 8731970
Sources/Logging/FormattedLogHandler.swift
@@ -52,7 +52,7 @@ public struct FormattedLogHandler: LogHandler {
52
.deletingPathExtension()
53
.lastPathComponent
54
55
- return "\($0.timestamp()) [\($0.label)] \($0.level.symbol) \(message) | \(filename), \($0.line)"
+ return "\($0.timestamp()) \($0.level.symbol) [\($0.label)] \(message) | \(filename), \($0.line)"
56
#endif
57
}
58
0 commit comments