From 4881b0cb30f5e59d0ca685fcf763d51e88c11418 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 2 Feb 2019 01:56:27 +0100 Subject: [PATCH] reduce log verbosity --- templates/opt/jellyfin/config/logging.json.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/opt/jellyfin/config/logging.json.j2 b/templates/opt/jellyfin/config/logging.json.j2 index 389a7ed..20bdb1a 100644 --- a/templates/opt/jellyfin/config/logging.json.j2 +++ b/templates/opt/jellyfin/config/logging.json.j2 @@ -5,7 +5,7 @@ { "Name": "Console", "Args": { - "outputTemplate": "[{Timestamp:HH:mm:ss}] [{Level:u3}] {Message:lj}{NewLine}{Exception}" + "outputTemplate": "[{Timestamp:HH:mm:ss}] [{Level:u5}] {Message:lj}{NewLine}{Exception}" } }, { @@ -19,7 +19,7 @@ "fileSizeLimitBytes": 10485700, "rollOnFileSizeLimit": true, "retainedFileCountLimit": 10, - "outputTemplate": "[{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz}] [{Level:u3}] {Message}{NewLine}{Exception}" + "outputTemplate": "[{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz}] [{Level:u4}] {Message}{NewLine}{Exception}" } } ]