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]);