feat: Implement filter logging controls

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
This commit is contained in:
FoxxMD 2023-07-13 11:07:12 -04:00
parent e452bd761c
commit 226b7c741c
10 changed files with 224 additions and 33 deletions

View file

@ -5,7 +5,10 @@
"data": {
"user": ["username@gmail.com","anotherUser@gmail.com"],
"libraries": ["music","my podcasts"],
"servers": ["myServer","anotherServer"]
"servers": ["myServer","anotherServer"],
"options": {
"logFilterFailure": "warn"
}
}
}
]