mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 12:32:25 +00:00
修复配置文件设置 zap: show-line: true 没有打印文件及行号的bug
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ func Zap() (logger *zap.Logger) {
|
||||
logger = zap.New(getEncoderCore())
|
||||
}
|
||||
if global.GVA_CONFIG.Zap.ShowLine {
|
||||
logger.WithOptions(zap.AddCaller())
|
||||
logger = logger.WithOptions(zap.AddCaller())
|
||||
}
|
||||
return logger
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user