Skip to content

Standardize verbose and debug logging#55

Merged
cosmocoder merged 1 commit intomainfrom
consistent-logging
Mar 8, 2026
Merged

Standardize verbose and debug logging#55
cosmocoder merged 1 commit intomainfrom
consistent-logging

Conversation

@cosmocoder
Copy link
Copy Markdown
Owner

This PR standardizes internal logging across the codebase by replacing ad hoc console.log usage and if (verbose) checks with the shared logging utilities.

It clarifies the distinction between verboseLog() for user-facing verbose progress output and debug() for DEBUG-only developer tracing, updates affected JSDoc signatures for propagated options.verbose, and aligns project guidance docs with the new logging convention.

@cosmocoder cosmocoder force-pushed the consistent-logging branch from 4df78bb to fbe3349 Compare March 8, 2026 19:09
Base automatically changed from fix-issues to main March 8, 2026 19:10
@cosmocoder cosmocoder merged commit 58787c0 into main Mar 8, 2026
11 checks passed
@cosmocoder cosmocoder deleted the consistent-logging branch March 8, 2026 19:10
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 8, 2026

🎉 This PR is included in version 1.2.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant