refactor: format filename

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-06-28 17:25:38 +08:00
parent 206a13cfd6
commit 169cf9ae65
4 changed files with 2 additions and 35 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ func newCore(level string) zapcore.Core {
LineEnding: zapcore.DefaultLineEnding,
EncodeLevel: zapcore.CapitalLevelEncoder,
EncodeTime: zapcore.ISO8601TimeEncoder,
EncodeDuration: zapcore.SecondsDurationEncoder, //
EncodeDuration: zapcore.SecondsDurationEncoder,
EncodeCaller: zapcore.ShortCallerEncoder,
EncodeName: zapcore.FullNameEncoder,
}