You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #328 converts the six [Mesh Event] log lines to structured Warnw/Infow so machine consumers can parse them. The remaining ~400 printf-style call sites (logger.Debugf/Infof/Warnf/Errorf) are still prose.
Convert them to the w-variants with key-value fields for consistency, so any line can be consumed programmatically without regexing message text.
Notes:
Mechanical but large; best done in per-package chunks to keep review manageable.
PR #328 converts the six [Mesh Event] log lines to structured Warnw/Infow so machine consumers can parse them. The remaining ~400 printf-style call sites (logger.Debugf/Infof/Warnf/Errorf) are still prose.
Convert them to the w-variants with key-value fields for consistency, so any line can be consumed programmatically without regexing message text.
Notes: