Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9e5b407

Browse files
authored
missing timestamp format in ready-to-use-pattern example (#2421)
1 parent4a85e6b commit9e5b407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎examples/ready-to-use-pattern.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const wLogger = (input: { logName: string; level: string }): winston.Logger =>
3131
level:`${input.level}`,
3232

3333
format:winston.format.combine(
34+
winston.format.timestamp(),
3435
winston.format.printf(
3536
info=>
3637
// https://stackoverflow.com/a/69044670/20358783 more detailLocaleString

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp