logrus: use lower-case in comments and examples

This commit is contained in:
Simon Eskildsen
2017-05-12 15:21:58 -04:00
parent f1444e62a8
commit acfabf31db
6 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -47,7 +47,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