Skip to content

fix: logger coloring — only color label word, not brackets#21

Merged
vflame6 merged 2 commits into
vflame6:mainfrom
erra9x:main
Apr 3, 2026
Merged

fix: logger coloring — only color label word, not brackets#21
vflame6 merged 2 commits into
vflame6:mainfrom
erra9x:main

Conversation

@erra9x
Copy link
Copy Markdown
Contributor

@erra9x erra9x commented Apr 3, 2026

Brackets [] in logger output are now uncolored, matching the verbose source output style.

Changes

  • Only the label word inside brackets is colored, not the brackets themselves: [magentaDEBUG``] instead of magenta[DEBUG]
  • DEBUG: magenta (was cyan)
  • INFO: blue (was green)
  • Added ColorMagenta constant

This matches the style used in verbose -v output where source names are colored but brackets are plain.

erra9x and others added 2 commits April 3, 2026 10:49
- Brackets [] are now uncolored, matching verbose source output style
- DEBUG: magenta (was cyan)
- INFO: blue (was green)
- Added ColorMagenta constant
@vflame6 vflame6 merged commit 28bc222 into vflame6:main Apr 3, 2026
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.

2 participants