Skip to content

Commit

Permalink
well I tried
Browse files Browse the repository at this point in the history
  • Loading branch information
crobibero authored Oct 31, 2024
1 parent 76982d9 commit 79411be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/general/networking/dlna.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +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.

```diff
```json
{
"Serilog": {
"MinimumLevel": {
"Default": "Warning",
"Override": {
"Microsoft": "Warning",
"System": "Warning",
+ "Jellyfin.Plugin.Dlna": "Debug"
"Jellyfin.Plugin.Dlna": "Debug"
}
}
}
Expand Down

0 comments on commit 79411be

Please sign in to comment.