Add note for default writing to os.Stderr (#97)

This commit is contained in:
Duncan Hall 2018-08-31 17:46:32 +01:00 committed by Olivier Poitrey
parent 85255a5e26
commit b6f076edc8
1 changed files with 1 additions and 1 deletions

View File

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