Merge pull request #1184 from jellyfin/dlna-docs
Some checks failed
build / Build (push) Has been cancelled
lint / Lint TypeScript/JavaScript (push) Has been cancelled
lint / Lint Markdown (push) Has been cancelled
test / Test URLs (test:blog-urls) (push) Has been cancelled
test / Test URLs (test:docs-urls) (push) Has been cancelled
test / Test URLs (test:web-urls) (push) Has been cancelled
build / Deploy to GitHub Pages (push) Has been cancelled
build / Deploy to Cloudflare Pages (push) Has been cancelled

Update DLNA debugging documentation
This commit is contained in:
Niels van Velzen 2024-11-01 07:40:32 +01:00 committed by GitHub
commit b721b95c53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
}
}