From 76982d9bc017e29453c0831d3dd57b86243300ef Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Thu, 31 Oct 2024 16:15:19 -0600 Subject: [PATCH 1/2] Update DLNA debugging documentation --- docs/general/networking/dlna.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/general/networking/dlna.md b/docs/general/networking/dlna.md index d8674a22..224ced2c 100644 --- a/docs/general/networking/dlna.md +++ b/docs/general/networking/dlna.md @@ -20,7 +20,7 @@ If a base URL is set, try removing it and restarting the server. Use these entries in `logging.default.json` to turn on DLNA debug logs. -```json +```diff { "Serilog": { "MinimumLevel": { @@ -28,8 +28,7 @@ Use these entries in `logging.default.json` to turn on DLNA debug logs. "Override": { "Microsoft": "Warning", "System": "Warning", - "Emby.Dlna": "Debug", - "Emby.Dlna.Eventing": "Debug" ++ "Jellyfin.Plugin.Dlna": "Debug" } } } From 79411be4ca58cd22eb72411971f9030e5cd55a5b Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Thu, 31 Oct 2024 16:25:57 -0600 Subject: [PATCH 2/2] well I tried --- docs/general/networking/dlna.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/general/networking/dlna.md b/docs/general/networking/dlna.md index 224ced2c..313fe95c 100644 --- a/docs/general/networking/dlna.md +++ b/docs/general/networking/dlna.md @@ -20,7 +20,7 @@ If a base URL is set, try removing it and restarting the server. Use these entries in `logging.default.json` to turn on DLNA debug logs. -```diff +```json { "Serilog": { "MinimumLevel": { @@ -28,7 +28,7 @@ Use these entries in `logging.default.json` to turn on DLNA debug logs. "Override": { "Microsoft": "Warning", "System": "Warning", -+ "Jellyfin.Plugin.Dlna": "Debug" + "Jellyfin.Plugin.Dlna": "Debug" } } }