fixed some issues, testing shutdown

This commit is contained in:
Boki 2025-06-20 17:56:45 -04:00
parent dbfa80b2a2
commit 0497541a47
11 changed files with 15 additions and 800 deletions

View file

@ -54,6 +54,7 @@ function createTransports(serviceName: string, config: LoggerConfig = globalConf
ignore: 'pid,hostname,service,environment,version,childName',
errorLikeObjectKeys: ['err', 'error'],
errorProps: 'message,stack,name,code',
sync: false,
},
});
}