summaryrefslogtreecommitdiffstats
path: root/mlog/log.go
diff options
context:
space:
mode:
Diffstat (limited to 'mlog/log.go')
-rw-r--r--mlog/log.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/mlog/log.go b/mlog/log.go
index 22db0c7b1..ad537a11d 100644
--- a/mlog/log.go
+++ b/mlog/log.go
@@ -29,6 +29,7 @@ type Field = zapcore.Field
var Int64 = zap.Int64
var Int = zap.Int
var String = zap.String
+var Err = zap.Error
type LoggerConfiguration struct {
EnableConsole bool