diff options
author | Guillermo Ramos | 2022-11-12 11:35:56 +0100 |
---|---|---|
committer | Guillermo Ramos | 2023-01-16 23:53:48 +0100 |
commit | c2e80b0be953312ea940c77cc8e577f7030414b0 (patch) | |
tree | 9827535c0caf6c6d096a3cd10d0cda2e46c37a8e /media-tv/jellyfin/files/logging.json | |
parent | 2539577d8b68b760ac37cc0a4ff691c8119209bd (diff) | |
download | gentoo-overlay-master.tar.gz |
Diffstat (limited to 'media-tv/jellyfin/files/logging.json')
-rw-r--r-- | media-tv/jellyfin/files/logging.json | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/media-tv/jellyfin/files/logging.json b/media-tv/jellyfin/files/logging.json deleted file mode 100644 index f32b208..0000000 --- a/media-tv/jellyfin/files/logging.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "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}" - } - } - ] - } - } - ] - } -} |