-
Notifications
You must be signed in to change notification settings - Fork 17
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
fix: add disableTestsConsoleOutput option #27
fix: add disableTestsConsoleOutput option #27
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this ready to be merged?
@FilledStacks probably 😄 , I will review today or during the weekend and we can merge. |
Awesome! |
Added kForceConsoleOutput to support override the value on the fly through dart defines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
# [2.0.0-pre.1](v1.6.1-pre.1...v2.0.0-pre.1) (2024-06-25) ### Bug Fixes * add disableTestsConsoleOutput option ([#27](#27)) ([76a647f](76a647f))
🎉 This PR is included in version 2.0.0-pre.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Added option on
StackedLogger
to disableConsoleOutput
during tests.