Merge pull request #1339 from xieyuschen/patch-1

Use text when shows the logrus output
This commit is contained in:
Simon Eskildsen 2023-05-15 06:31:28 -04:00 committed by GitHub
commit b30aa27cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"}