debug:scan log key renamed from matched= to tagged= without notice #27
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#27
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.
The new
logArgshelper ininternal/scanner/scanner.goemits"tagged", matched, ...for all code paths, including thedebug:scanline that previously emitted"matched", matched:Before:
After:
Any external log-grep / alert keyed on
matched=in debug output silently stops matching after this PR. Either:matched=for the debug line (e.g. a dedicated helper that uses the old key), orRefs: PR #24
Related commit:
8a33337. The log key rename to tagged is still present in the current tree and remains undocumented.