Fixed
- With debug on,
/checkno longer floods the chat with the registry trace (#63). The debug build sentcheck_all's entire HTTP trace to Telegram in code blocks — on every check, for every container. On an instance with debug left on and 21 containers, a routine/checkcame back as pages of code blocks. The trace is only ever useful for diagnosing why a specific container's check failed, so it now fires only when a check actually failed — a local-only image with no registry is a clean skip, not a failure, so an ordinary check is silent. The full trace is still in the console (docker logs) and the Web UI Logs page either way, so nothing is lost.
Beta series thread: #63 — previous: v2.18.0-beta.10. Pulls as :beta; :latest stays on 2.17.0.