Spec: Default log output should be stderr

This commit is contained in:
Alex Hirsch 2019-04-19 15:29:05 +02:00
parent 4d1c986605
commit 4d5eb79243

View File

@ -305,7 +305,7 @@ The log level can be set with the environment variable `MCC_LOG_LEVEL`.
1 = normal logging (info) 1 = normal logging (info)
2 = verbose logging (debug) 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. Log messages do not overlap on multi-threaded execution.