From 4398202c71bce3258187b49a72dfbb10bc99f49e Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Thu, 12 Nov 2020 19:09:00 +0100 Subject: Add jellyfin from aten, with EAPI=7 --- media-tv/jellyfin/files/logging.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 media-tv/jellyfin/files/logging.json (limited to 'media-tv/jellyfin/files/logging.json') diff --git a/media-tv/jellyfin/files/logging.json b/media-tv/jellyfin/files/logging.json new file mode 100644 index 0000000..f32b208 --- /dev/null +++ b/media-tv/jellyfin/files/logging.json @@ -0,0 +1,30 @@ +{ + "Serilog": { + "MinimumLevel": "Information", + "WriteTo": [ + { + "Name": "Console", + "Args": { + "outputTemplate": "[{Timestamp:HH:mm:ss}] [{Level:u3}] {Message:lj}{NewLine}{Exception}" + } + }, + { + "Name": "Async", + "Args": { + "configure": [ + { + "Name": "File", + "Args": { + "path": "%JELLYFIN_LOG_DIR%//jellyfin.log", + "fileSizeLimitBytes": 10485700, + "rollOnFileSizeLimit": true, + "retainedFileCountLimit": 10, + "outputTemplate": "[{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz}] [{Level:u3}] {Message}{NewLine}{Exception}" + } + } + ] + } + } + ] + } +} -- cgit v1.2.3