fix logging to stdout and document logging configuration
This commit is contained in:
@@ -86,6 +86,7 @@ Logger.create = function (config, cb) {
|
||||
channelName: launchTime,
|
||||
logFeedback: Boolean(config.logFeedback),
|
||||
logLevel: config.logLevel,
|
||||
logToStdout: config.logToStdout,
|
||||
};
|
||||
|
||||
if (!config.logPath) {
|
||||
|
||||
Reference in New Issue
Block a user