From cc9d1426337bf50e7fbd22c36bd1d13af9e2c83e Mon Sep 17 00:00:00 2001 From: Matt Price Date: Thu, 14 Aug 2014 18:04:57 -0400 Subject: [PATCH] cleaned up Readme details --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3560b70..1bb715e 100644 --- a/README.md +++ b/README.md @@ -295,8 +295,8 @@ The built-in logging formatters are: * `logrus.TextFormatter`. Logs the event in colors if stdout is a tty, otherwise without colors. * *Note:* to force colored output when there is no TTY, set the `ForceColors` - field to `true`. - * *Note:* to force no colored output set the `DisableColors` field to `true` + field to `true`. To force no colored output even if there is a TTY set the + `DisableColors` field to `true` * `logrus.JSONFormatter`. Logs fields as JSON. Third party logging formatters: