Continually getting messages like:
-Advancing the checkpoint to the newest seen message so the watcher stays quiet on the next poll.
-I confirmed the latest thread entries are all outbound watcher messages, so I’m only advancing the stored cursor to the newest seen id and leaving the inbound marker untouched.
-I’ve got the stored cursor. Now I’m reading the latest 5 messages to see whether anything inbound is newer than that marker.
-The latest thread slice is only prior watcher messages, so I’m checking the persisted cursor before deciding whether anything new actually arrived.
how do I turn down the verbosity but keep Claw doing these things ?