forked from mirror/logrus
readme: fix image
This commit is contained in:
parent
ec306913da
commit
0719d9a9d8
|
@ -3,9 +3,10 @@
|
||||||
Logrus is a simple, opinionated structured logging package for Go which is
|
Logrus is a simple, opinionated structured logging package for Go which is
|
||||||
completely API compatible with the standard library logger.
|
completely API compatible with the standard library logger.
|
||||||
|
|
||||||
Nicely color-coded in development (when a TTY is attached):
|
Nicely color-coded in development (when a TTY is attached, otherwise just
|
||||||
|
plain text):
|
||||||
|
|
||||||
[Imgur](http://i.imgur.com/PY7qMwd.png)
|
![Colored](http://i.imgur.com/PY7qMwd.png)
|
||||||
|
|
||||||
With `log.Formatter = new(logrus.JSONFormatter)`:
|
With `log.Formatter = new(logrus.JSONFormatter)`:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue