fix(core): update

This commit is contained in:
Philipp Kunz 2020-06-11 13:20:49 +00:00
parent d2be068597
commit da0edc478c

View File

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