From b6f076edc801b110475cbf68da701e2bea52096a Mon Sep 17 00:00:00 2001 From: Duncan Hall Date: Fri, 31 Aug 2018 17:46:32 +0100 Subject: [PATCH] Add note for default writing to os.Stderr (#97) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00fedae..2383a0d 100644 --- a/README.md +++ b/README.md @@ -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