Refactor how the logger Handler behaves for the new verbosity levels (CRAFT-1138).
Metadata
Current evaluation
Merged refactoring of the logger Handler to support new verbosity levels. Approved by one reviewer with zero unresolved comments. The change modified four files, adding 114 lines and removing 43.
Suggested action: —
No scores available.
Issue body
No description provided.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged refactoring of the logger Handler to support new verbosity levels. Approved by one reviewer with zero unresolved comments. The change modified four files, adding 114 lines and removing 43. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged refactoring of the logger Handler to align with new verbosity levels, resolving CRAFT-1138. Changes were integrated into the codebase by maintainer facundobatista. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #90 Refactor Emitter to comply with the new verbosity levels behaviour (CRAFT-1136). | craft-cli | merged | Merged PR refactoring the Emitter for new verbosity levels (CRAFT-1136). Approved, passed CI, and modified four files. The conceptual changes are part of a larger series, with test updates and future spec adjustments noted. | |
| #289 fix(log): allows set logging verbosity level from env | craft-application | merged | Merged changes that enable log verbosity configuration via the CRAFT_VERBOSITY_LEVEL environment variable, defaulting to BRIEF on invalid input. Approved by two reviewers, passed CI, and updated two files. | |
| #800 many: reword docstrings and code comments | charmcraft | merged | Merged following single reviewer approval. Reworded docstrings and code comments across five files to improve clarity, resolving CRAFT-697. The +10/-10 line change passed all CI checks. | |
| #4699 fix(log): map SNAPCRAFT_VERBOSITY_LEVEL to CRAFT | snapcraft | merged | Merged a fix mapping SNAPCRAFT_VERBOSITY_LEVEL to CRAFT logging. Approved by three reviewers with passing test coverage. The change modifies five files, adding 30 lines and removing 4. | |
| #88 Changed NORMAL to BRIEF and added a DEBUG verbosity level (still not used) (CRAFT-1134) | craft-cli | merged | Merged following single reviewer approval. Replaced NORMAL verbosity with BRIEF and introduced an unused DEBUG level. Changes are strictly mechanical renames across eight files, preserving existing semantics. |