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
{{ message }}
This repository was archived by the owner on Jan 13, 2026. It is now read-only.
Describe the bug
The log traces and the error messages have an inconsistent capitalization across the codebase.
To Reproduce
N/A
Expected behavior
According to https://google.github.io/styleguide/go/decisions.html#error-strings, user-faced traces (like logs) should be uppercased whereas the errors (like errors.new or fmt.errorf) should be lowercased.
Screenshots
N/A
Desktop (please complete the following information):
N/A
Additional context
Originally posted by @absoludity in #6647 (comment)