Add note for default writing to os.Stderr (#97)
This commit is contained in:
parent
85255a5e26
commit
b6f076edc8
|
@ -60,7 +60,7 @@ func main() {
|
||||||
|
|
||||||
// Output: {"time":1516134303,"level":"debug","message":"hello world"}
|
// 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 *debug*
|
||||||
|
|
||||||
### Contextual Logging
|
### Contextual Logging
|
||||||
|
|
Loading…
Reference in New Issue