diff --git a/README.md b/README.md index ddd8642..232f74e 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,8 @@ init() { The built in logging formatters are: * `logrus.TextFormatter`. Logs the event in colors if stdout is a tty, otherwise - without colors. Default for the development environment. -* `logrus.JSONFormatter`. Default for the production environment. + without colors. +* `logrus.JSONFormatter`. Logs fields as JSON. You can define your formatter taking an entry. `entry.Data` is a `Fields` type which is a `map[string]interface{}` with all your fields as well as the default