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

Output debug log messages, when log level is "debug" #4693

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

obiwan87
Copy link
Contributor

Allow debug messages to be displayed when debug level is set to debug. This allows users to create a release build of the test runner while also having the possibility to get debug messages.

This is particularly useful when integrating the test runner in an IDE. In my test integration I use the command line output as a signal for determining when a test has started, failed, succeeded, etc.

image

This wouldn't be possible without the command line output. However, now I'm forced to build a debug build in order for this to be possible. With this fix, I can also just set the log level to debug

@obiwan87 obiwan87 changed the title Output debug log messages, when debug level is "debug" Output debug log messages, when log level is "debug" Jan 15, 2025
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.

1 participant