diff --git a/src/auth/src/run.ts b/src/auth/src/run.ts index d3d410f..1e8f129 100644 --- a/src/auth/src/run.ts +++ b/src/auth/src/run.ts @@ -7,7 +7,7 @@ const start = async () => { const envToLogger = { development: { transport: { - target: 'pino-pretty', + target: 'pino', options: { translateTime: 'HH:MM:ss Z', ignore: 'pid,hostname', diff --git a/src/chat/src/run.ts b/src/chat/src/run.ts index d9f1e2a..f7b78ca 100644 --- a/src/chat/src/run.ts +++ b/src/chat/src/run.ts @@ -7,7 +7,7 @@ const start = async () => { const envToLogger = { development: { transport: { - target: 'pino-pretty', + target: 'pino', options: { translateTime: 'HH:MM:ss Z', ignore: 'pid,hostname', diff --git a/src/user/src/run.ts b/src/user/src/run.ts index d3d410f..1e8f129 100644 --- a/src/user/src/run.ts +++ b/src/user/src/run.ts @@ -7,7 +7,7 @@ const start = async () => { const envToLogger = { development: { transport: { - target: 'pino-pretty', + target: 'pino', options: { translateTime: 'HH:MM:ss Z', ignore: 'pid,hostname',