We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a129878 commit 43ca4ddCopy full SHA for 43ca4dd
1 file changed
log.go
@@ -141,6 +141,7 @@ func NewLogger(level Level, prefix string) *logrus.Logger {
141
Prefix: prefix,
142
FullTimestamp: true,
143
TimestampFormat: timeFormat,
144
+ ForceFormatting: true,
145
})
146
147
loggersLock.Lock()
0 commit comments