From 4d5eb79243ba39ad7e5f1d3caad69b66a2a9fcea Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Fri, 19 Apr 2019 15:29:05 +0200 Subject: [PATCH] Spec: Default log output should be stderr --- specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification.md b/specification.md index 959eac3..269e1a7 100644 --- a/specification.md +++ b/specification.md @@ -305,7 +305,7 @@ The log level can be set with the environment variable `MCC_LOG_LEVEL`. 1 = normal logging (info) 2 = verbose logging (debug) -The output destination can be set with `MCC_LOG_FILE` and defaults to `stdout`. +The output destination can be set with `MCC_LOG_FILE` and defaults to `stderr`. Log messages do not overlap on multi-threaded execution.