Skip to content

Commit

Permalink
Add note for default writing to os.Stderr (rs#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanhall authored and rs committed Aug 31, 2018
1 parent 85255a5 commit b6f076e
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*
### Contextual Logging
Expand Down

0 comments on commit b6f076e

Please sign in to comment.