Skip to content

fix(rhc): Default to 'debug' log level#50

Merged
pkoprda merged 1 commit into
mainfrom
mhorky/log-level
Apr 29, 2026
Merged

fix(rhc): Default to 'debug' log level#50
pkoprda merged 1 commit into
mainfrom
mhorky/log-level

Conversation

@m-horky
Copy link
Copy Markdown
Collaborator

@m-horky m-horky commented Apr 23, 2026

rhc used to use github.com/subpop/go-log logging library, and switched to log/slog semi-recently. The Go standard library does not define a TRACE log level, which made one test fail:

test_logging.py::test_log_connect_with_disabled_feature

This patch affects both yggdrasil and rhc. If any Yggdrasil test relies on the implicit behavior, it will have to be updated.

rhc used to use github.com/subpop/go-log logging library, and switched
to log/slog semi-recently. The Go standard library does not define a
TRACE log level, which made one test fail:

test_logging.py::test_log_connect_with_disabled_feature
Copy link
Copy Markdown
Contributor

@pkoprda pkoprda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pkoprda pkoprda merged commit 88f3561 into main Apr 29, 2026
13 checks passed
@pkoprda pkoprda deleted the mhorky/log-level branch April 29, 2026 09:14
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