aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server
diff options
context:
space:
mode:
authorNiels van Velzen <nielsvanvelzen@users.noreply.github.com>2025-11-27 16:33:38 +0100
committerGitHub <noreply@github.com>2025-11-27 16:33:38 +0100
commit6ace00eb6ab637a834bf449cba1b12b6f3cfdf11 (patch)
treebfe61905e3483bb1c7d1ea699ae17a1d24239836 /Jellyfin.Server
parenta35ffbf17e313b293c2deac6c7320e8286d1cc95 (diff)
parent42ddcfa565c328c282e066346d8959a670dee366 (diff)
Merge pull request #15227 from kevgrig/issue15226
Add milliseconds to default console output format
Diffstat (limited to 'Jellyfin.Server')
-rw-r--r--Jellyfin.Server/Resources/Configuration/logging.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Resources/Configuration/logging.json b/Jellyfin.Server/Resources/Configuration/logging.json
index f64a85219..ac5d9f60b 100644
--- a/Jellyfin.Server/Resources/Configuration/logging.json
+++ b/Jellyfin.Server/Resources/Configuration/logging.json
@@ -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}"
}
},
{