mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-06 12:45:12 +01:00
Merge pull request #15227 from kevgrig/issue15226
Add milliseconds to default console output format
This commit is contained in:
commit
6ace00eb6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue