aboutsummaryrefslogtreecommitdiff
path: root/debian/conf/logging.json
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-10 19:45:21 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-10 19:45:30 +0100
commit399a079dd472a0ad424884eb48a0d9e471a95c70 (patch)
tree43bd338b79f1243dbe7f4f07ca63f1b5363724fb /debian/conf/logging.json
parent3d867c2c46cec39b669bb8647efef677f32b8a8d (diff)
Build scripts and build system consolidation.
Squashed commit.
Diffstat (limited to 'debian/conf/logging.json')
-rw-r--r--debian/conf/logging.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/debian/conf/logging.json b/debian/conf/logging.json
deleted file mode 100644
index 5d98484cdf..0000000000
--- a/debian/conf/logging.json
+++ /dev/null
@@ -1,29 +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}"
- }
- }
- ]
- }
- }
- ]
- }
-}