Merge pull request #2325 from lkiesow/milliseconds

Add milliseconds to logging
This commit is contained in:
advplyr 2023-11-19 13:41:10 -06:00 committed by GitHub
commit a0f137936d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {