Webhooks and logging? #755
-
|
Finally got my WatchState working or at least I think it is, but have a few questions. The webhook for jellyfin seems to show alot of info, which I have not found a way to turn off, at least for the log level INFO. I did try in my compose.yaml file environment:
- WS_LOGGER_FILE_LEVEL=ERROR
- WS_WEBHOOK_DUMP_REQUEST=falsebut it did not seem to change the amount of logging. Not to worried about logs sizes, more about ssd ware and tear once things are working. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Hello, Thanks for bring this point up, it should be possible in
|
Beta Was this translation helpful? Give feedback.
-
|
I’ve run into similar webhook issues in production before. Everything showed as “completed”, but the events never reached the destination. Using Sigryn as an intermediate layer helped a lot, since it gives real visibility into webhook delivery, attempts, and failures instead of relying only on the provider’s status. |
Beta Was this translation helpful? Give feedback.
Hello,
Thanks for bring this point up, it should be possible in
v1.0.2via the new ENV variables: