Update deps (#592)

This commit is contained in:
Kota Kanbe
2018-01-24 01:02:02 +09:00
committed by GitHub
parent c00404793a
commit d926b7fd6d
3 changed files with 170 additions and 54 deletions

View File

@@ -68,7 +68,7 @@ func NewCustomLogger(c config.ServerInfo) *logrus.Entry {
logrus.ErrorLevel: path,
logrus.FatalLevel: path,
logrus.PanicLevel: path,
}))
}, nil))
}
fields := logrus.Fields{"prefix": whereami}