Skip to content

Commit

Permalink
Update DLNA debugging documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
crobibero authored Oct 31, 2024
1 parent 89521a4 commit 76982d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/general/networking/dlna.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@ 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": {
"Default": "Warning",
"Override": {
"Microsoft": "Warning",
"System": "Warning",
"Emby.Dlna": "Debug",
"Emby.Dlna.Eventing": "Debug"
+ "Jellyfin.Plugin.Dlna": "Debug"
}
}
}
Expand Down

0 comments on commit 76982d9

Please sign in to comment.