We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a621d commit 42160d5Copy full SHA for 42160d5
cli/lib/gateway.js
@@ -90,7 +90,7 @@ Gateway.prototype.start = (options,cb) => {
90
}
91
92
config.uid = uuid();
93
- var logger = gateway.Logging.init(config);
+ var logger = gateway.Logging.init(config,options);
94
var opt = {};
95
delete args.keys;
96
//set pluginDir
@@ -380,4 +380,4 @@ function validator(newConfig) {
380
381
function checkObject (o) {
382
return (typeof o === 'object' && o instanceof Object && !(o instanceof Array));
383
-}
+}
0 commit comments