mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-04 22:51:58 +00:00
For jellyfin/plex/tautulli -- `logFilterFailure` option in config allows controlling if and what log LEVEL user/server filter failures are logged. #85 * Updated schema * Updated examples * Also added expected/found detailed logging for filters to jellyfin #84
14 lines
242 B
JSON
14 lines
242 B
JSON
[
|
|
{
|
|
"name": "MyJellyfin",
|
|
"clients": [],
|
|
"data": {
|
|
"users": ["FoxxMD"],
|
|
"servers": ["myServer","anotherServer"],
|
|
"options": {
|
|
"logPayload": false,
|
|
"logFilterFailure": "warn"
|
|
}
|
|
}
|
|
}
|
|
]
|