Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Normalize log/error capitalization #6672

@antgamdia

Description

@antgamdia

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)

Metadata

Metadata

Assignees

Labels

component/apprepositoryIssue related to kubeapps apprepositorykind/enhancementAn issue that reports an enhancement for an implemented feature

Type

No type

Projects

Status

✅ Done

Relationships

None yet

Development

No branches or pull requests

Issue actions