Skip to content

Commit

Permalink
Merge pull request #2325 from lkiesow/milliseconds
Browse files Browse the repository at this point in the history
Add milliseconds to logging
  • Loading branch information
advplyr authored Nov 19, 2023
2 parents dcbfc96 + 91fa78d commit a0f1379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Logger {
}

get timestamp() {
return date.format(new Date(), 'YYYY-MM-DD HH:mm:ss')
return date.format(new Date(), 'YYYY-MM-DD HH:mm:ss.SSS')
}

get levelString() {
Expand Down

0 comments on commit a0f1379

Please sign in to comment.