Skip to content

Commit 43ca4dd

Browse files
committed
(fix) force formatting
1 parent a129878 commit 43ca4dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

log.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ func NewLogger(level Level, prefix string) *logrus.Logger {
141141
Prefix: prefix,
142142
FullTimestamp: true,
143143
TimestampFormat: timeFormat,
144+
ForceFormatting: true,
144145
})
145146

146147
loggersLock.Lock()

0 commit comments

Comments
 (0)