Merge branch 'master' into soon
This commit is contained in:
commit
0e09c73a60
@ -96,7 +96,9 @@ Logger.create = function (config, cb) {
|
|||||||
|
|
||||||
if (!config.logPath) {
|
if (!config.logPath) {
|
||||||
console.log("No logPath configured. Logging to file disabled");
|
console.log("No logPath configured. Logging to file disabled");
|
||||||
return void cb(Object.freeze(createMethods(ctx)));
|
var logger = createMethods(ctx);
|
||||||
|
logger.shutdown = noop;
|
||||||
|
return void cb(Object.freeze(logger));
|
||||||
}
|
}
|
||||||
|
|
||||||
Store.create({
|
Store.create({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user