We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a85e6b commit 9e5b407Copy full SHA for 9e5b407
examples/ready-to-use-pattern.ts
@@ -31,6 +31,7 @@ const wLogger = (input: { logName: string; level: string }): winston.Logger =>
31
level: `${input.level}`,
32
33
format: winston.format.combine(
34
+ winston.format.timestamp(),
35
winston.format.printf(
36
info =>
37
// https://stackoverflow.com/a/69044670/20358783 more detailLocaleString
0 commit comments