Skip to content

Commit

Permalink
Merge pull request #1339 from xieyuschen/patch-1
Browse files Browse the repository at this point in the history
Use text when shows the logrus output
  • Loading branch information
sirupsen committed May 15, 2023
2 parents 6acd903 + d8787af commit b30aa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,7 @@ plain text):
With `log.SetFormatter(&log.JSONFormatter{})`, for easy parsing by logstash
or Splunk:

```json
```text
{"animal":"walrus","level":"info","msg":"A group of walrus emerges from the
ocean","size":10,"time":"2014-03-10 19:57:38.562264131 -0400 EDT"}
Expand Down

0 comments on commit b30aa27

Please sign in to comment.