logger refactor

This commit is contained in:
Jan Prochazka
2023-01-28 09:17:57 +01:00
parent dbcc732688
commit a43522752c
3 changed files with 129 additions and 132 deletions

View File

@@ -31,7 +31,7 @@ function configureLogger() {
setLoggerName('main');
const logger = createPinoLikeLogger({
pid: process.pid,
base: { pid: process.pid },
targets: [
{
type: 'console',