Reduce polling request log noise

This commit is contained in:
Dymas
2026-05-17 21:20:24 +02:00
parent ae090c954b
commit d0af0258f2
6 changed files with 34 additions and 3 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## 0.32.1 - 2026-05-17
- Suppressed stdout request logging for routine polling endpoints such as `/api/queue` and `/api/watchlist/refresh-status`, reducing noisy access-log spam during normal browser use.
## 0.32.0 - 2026-05-17
- Changed bulk `Refresh All` processing to pace requests with a configurable delay between shows, reducing the chance of flooding upstream episode sources on large watchlists.