fix logging to stdout and document logging configuration

This commit is contained in:
ansuz
2019-04-09 14:29:02 +02:00
parent b3e0f9e886
commit 0bd14bfcbe
2 changed files with 24 additions and 3 deletions

View File

@@ -86,6 +86,7 @@ Logger.create = function (config, cb) {
channelName: launchTime,
logFeedback: Boolean(config.logFeedback),
logLevel: config.logLevel,
logToStdout: config.logToStdout,
};
if (!config.logPath) {