ocm: log every refusal with status and reason (#454) #457
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-454b-log"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refusal bodies go to the sender, which may swallow them (NC surfaces them only at debug level). Every OCM refusal now also lands in the instance log as
WARN ocm refusal status=… reason=…; main sets the slog default so package-level warnings share the app log stream. TDD, red witnessed. Completes the #454 capture path — digest evidence appears in our own pod log on the next refused share.