mirror of
https://github.com/prosolis/gogobee.git
synced 2026-07-15 08:32:41 +00:00
The push logged nothing on success, so during the first deploy an empty board and a silent log were indistinguishable from a ticker that never started — and the debug went looking for a bug that wasn't there. (The snapshot was simply 2 minutes out; the first tick hadn't fired yet.) Logging every push at INFO would be noise forever. Log the transitions instead: the first time it works, the moment it breaks, and when it recovers.