mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-04-22 15:09:45 +00:00
Merge pull request #2325 from lkiesow/milliseconds
Add milliseconds to logging
This commit is contained in:
commit
a0f137936d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class Logger {
|
||||||
}
|
}
|
||||||
|
|
||||||
get timestamp() {
|
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() {
|
get levelString() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue