Skip to content

Commit

Permalink
Update README.md (#593)
Browse files Browse the repository at this point in the history
default log level is trace , not debug
  • Loading branch information
ShiJieCloud committed Mar 2, 2024
1 parent 159cb37 commit dfd022f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func main() {
// Output: {"time":1516134303,"level":"debug","message":"hello world"}
```
> Note: By default log writes to `os.Stderr`
> Note: The default log level for `log.Print` is *debug*
> Note: The default log level for `log.Print` is *trace*
### Contextual Logging

Expand Down

0 comments on commit dfd022f

Please sign in to comment.