mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-08 00:08:14 +01:00
Merge pull request #2325 from lkiesow/milliseconds
Add milliseconds to logging
This commit is contained in:
commit
a0f137936d
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user