mirror of https://github.com/jellyfin/jellyfin
Add milliseconds to default console output format
Signed-off-by: Kevin G <kevin@myplaceonline.com>
This commit is contained in:
parent
6fa69f9fe5
commit
42ddcfa565
|
|
@ -11,7 +11,7 @@
|
|||
{
|
||||
"Name": "Console",
|
||||
"Args": {
|
||||
"outputTemplate": "[{Timestamp:HH:mm:ss}] [{Level:u3}] [{ThreadId}] {SourceContext}: {Message:lj}{NewLine}{Exception}"
|
||||
"outputTemplate": "[{Timestamp:HH:mm:ss.fff}] [{Level:u3}] [{ThreadId}] {SourceContext}: {Message:lj}{NewLine}{Exception}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue