Skip to content

Centralize logging utilities#54

Merged
gnodet merged 1 commit intomainfrom
logging
Oct 3, 2025
Merged

Centralize logging utilities#54
gnodet merged 1 commit intomainfrom
logging

Conversation

@gnodet
Copy link
Copy Markdown
Owner

@gnodet gnodet commented Oct 3, 2025

  • Create pkg/util/log.go with centralized LogVerbose and IsVerbose functions
  • Replace all duplicate logVerbose functions across the codebase with util.LogVerbose
  • Remove duplicate isVerbose functions
  • Add util import to all files that use verbose logging
  • Maintain consistent [VERBOSE] prefix for all verbose log messages
  • Check MVX_VERBOSE environment variable in a single location

- Create pkg/util/log.go with centralized LogVerbose and IsVerbose functions
- Replace all duplicate logVerbose functions across the codebase with util.LogVerbose
- Remove duplicate isVerbose functions
- Add util import to all files that use verbose logging
- Maintain consistent [VERBOSE] prefix for all verbose log messages
- Check MVX_VERBOSE environment variable in a single location
@gnodet gnodet merged commit f5e0d69 into main Oct 3, 2025
1 check passed
@gnodet gnodet deleted the logging branch October 6, 2025 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant