Skip to content

Commit 55c6ee8

Browse files
authored
Include date in log timestamps (#101)
1 parent c68e95b commit 55c6ee8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const logger = pino({
88
target: "pino-pretty",
99
options: {
1010
colorize: false,
11-
translateTime: "HH:MM:ss",
11+
translateTime: "yyyy-mm-dd HH:MM:ss",
1212
ignore: "pid,hostname",
1313
},
1414
},

0 commit comments

Comments
 (0)