Add set docs

This commit is contained in:
2018-06-24 03:06:28 +02:00
parent 01c445213c
commit 8ad4e70623
3 changed files with 31 additions and 5 deletions
+1 -1
View File
@@ -73,5 +73,5 @@ func withFields(f F) *logrus.Entry {
if len(f) == 0 {
return logrus.NewEntry(Logger)
}
return logrus.WithFields(logrus.Fields(f))
return Logger.WithFields(logrus.Fields(f))
}