readme: fix image
This commit is contained in:
@@ -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)
|

|
||||||
|
|
||||||
With `log.Formatter = new(logrus.JSONFormatter)`:
|
With `log.Formatter = new(logrus.JSONFormatter)`:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user