Skip to content

Commit c1ec7ad

Browse files
undefined fix in logs
1 parent 43dc1b6 commit c1ec7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/items-service/src/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const logger = usePrettyPrint
6464
translateTime: "HH:MM:ss.l",
6565
ignore: "pid,hostname",
6666
singleLine: false,
67-
messageFormat: "{levelLabel} - {msg}",
67+
messageFormat: "{msg}",
6868
},
6969
})
7070
)

0 commit comments

Comments
 (0)