IDLE wakeup now logs every processed UID — document and consider gating #30
Labels
No labels
dep-scan
dep-scan
dep-scan
dep-scan
dep-scan
dep-scan
dep-scan
dep-scan
dep-scan
dep-scan/ignore
dep-scan/ignore
dep-scan/ignore
dep-scan/ignore
dep-scan/ignore
dep-scan/ignore
dep-scan/ignore
dep-scan/ignore
dep-scan/ignore
finding
mod-nag
mod-nag
mod-nag
mod-nag
mod-nag/ignore
mod-nag/ignore
mod-nag/ignore
mod-nag/ignore
bug
doc
duplicate
enhancement
help wanted
invalid
question
security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
IUS/xr-invoiced#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Found during review of #24.
With
ReportProcessed: truein the IDLE path, every UID processed after an IDLE wakeup is now logged (not just matches). On a busy mailbox this can substantially increase log volume.Two small follow-ups:
scan=idledescription indoc/admin.mdso operators expecting "only matches logged" aren't surprised.ReportProcessedshould be gated by--verboseor a dedicated flag, instead of being unconditional on the IDLE path. The startup/initial paths deliberately stay quiet for unmatched messages; IDLE diverges from that convention.Refs: PR #24
Related commit:
2305c33. The idle wakeup path still reports every processed UID with scan=idle, so this behavior is still present.