We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In 2.* version it was possible to disable logger output (task run time etc) by using
Robo::logger()->setOutputStream(new NullOutput());
We need his for some task to prevent mixing logger output with expected task output (processed in CI build)
No logger output
Logger output is shown anyway. Is there any way to manually disable logger output?
The text was updated successfully, but these errors were encountered:
We found out that problem is that disabling of logger output is ovewritten here:
robo/src/Result.php
Line 274 in 9d2af53
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
In 2.* version it was possible to disable logger output (task run time etc) by using
We need his for some task to prevent mixing logger output with expected task output (processed in CI build)
Expected behavior
No logger output
Actual behavior
Logger output is shown anyway. Is there any way to manually disable logger output?
The text was updated successfully, but these errors were encountered: