Merge pull request #384 from mnzt/master

Renaming upper-case 'Sirupsen' to 'sirupsen'
This commit is contained in:
Simon Eskildsen
2016-11-30 15:35:45 -05:00
committed by GitHub
11 changed files with 33 additions and 25 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ func (f *JSONFormatter) Format(entry *Entry) ([]byte, error) {
switch v := v.(type) {
case error:
// Otherwise errors are ignored by `encoding/json`
// https://github.com/Sirupsen/logrus/issues/137
// https://github.com/sirupsen/logrus/issues/137
data[k] = v.Error()
default:
data[k] = v