From da0edc478ca792f4cda8894851aef9fd53cf6d90 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 11 Jun 2020 13:20:49 +0000 Subject: [PATCH] fix(core): update --- ts/smartlog.classes.smartlog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/smartlog.classes.smartlog.ts b/ts/smartlog.classes.smartlog.ts index e679f67..311754e 100644 --- a/ts/smartlog.classes.smartlog.ts +++ b/ts/smartlog.classes.smartlog.ts @@ -53,7 +53,7 @@ export class Smartlog implements plugins.smartlogInterfaces.ILogDestination { process.stderr.write = (...args) => { if (!args[0].startsWith('LOG')) { - this.log('info', args[0]); + this.log('error', args[0]); return; } // fileStream.write(args[0]);