Renaming 'Sirupsen' to 'sirupsen'

This commit is contained in:
Toby
2016-07-18 16:36:46 +01:00
parent a283a10442
commit a5dbcc756c
8 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -16,7 +16,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