Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust and test for TRACE logging #192

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Conversation

hemidactylus
Copy link
Collaborator

Fixes #191 .

Besides fixing the trace-logging command (which was erroring due to there being an *args where just args should have been), this also adds a specific test to see that such logging is working and indeed obeyed.

All test would pass - at least locally for me, except the (unrelated) __version__ autodetect logic fails on my poetry environment (detecting a much-too-old 0.6.2), so that the expected deprecation warnings are ("not yet") raised and a few tests fail because of that.

Copy link
Collaborator

@erichare erichare left a comment

Choose a reason for hiding this comment

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

LGTM thank you so much Stefano! Bad typo on my part

@erichare erichare merged commit da549c3 into master Feb 5, 2024
2 checks passed
@erichare erichare deleted the fix/#191-trace-logging-bugfix branch February 5, 2024 18:08
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.

check TRACE logging
2 participants