forked from mirror/logrus
cleaned up Readme details
This commit is contained in:
parent
e2a44689a6
commit
cc9d142633
|
@ -295,8 +295,8 @@ The built-in logging formatters are:
|
||||||
* `logrus.TextFormatter`. Logs the event in colors if stdout is a tty, otherwise
|
* `logrus.TextFormatter`. Logs the event in colors if stdout is a tty, otherwise
|
||||||
without colors.
|
without colors.
|
||||||
* *Note:* to force colored output when there is no TTY, set the `ForceColors`
|
* *Note:* to force colored output when there is no TTY, set the `ForceColors`
|
||||||
field to `true`.
|
field to `true`. To force no colored output even if there is a TTY set the
|
||||||
* *Note:* to force no colored output set the `DisableColors` field to `true`
|
`DisableColors` field to `true`
|
||||||
* `logrus.JSONFormatter`. Logs fields as JSON.
|
* `logrus.JSONFormatter`. Logs fields as JSON.
|
||||||
|
|
||||||
Third party logging formatters:
|
Third party logging formatters:
|
||||||
|
|
Loading…
Reference in New Issue