In #175 and #182, I changed a bunch of log messages and altered tests to verify log message that exist to provide always-visible user feedback.
@tummychow, at the time you mentioned
i'd like to see a refactor to use SlogValue
and
having typed logging objects would make the user-facing logs more consistent and testable. eg right now you have to write out the log message once at the callsite where it's logged, and again at the place where you're testing it. it would be better to get those things into a single place. if you can't get it working, that's fine, but i think it's worth an attempt