readme: fix image

This commit is contained in:
Simon Eskildsen 2014-03-10 20:00:07 -04:00
parent ec306913da
commit 0719d9a9d8
1 changed files with 3 additions and 2 deletions

View File

@ -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)`: