From 8fe53025b689960bcd4cda4a896460c4dd9c20aa Mon Sep 17 00:00:00 2001 From: Simon Eskildsen Date: Fri, 7 Mar 2014 12:51:29 -0500 Subject: [PATCH] readme: update after removing env --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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