You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly to #920 it will be nice to see an option to disable external loggers defined in configuration file. During the development my configuration file contains e.g. testdox logger, which on the other hand makes CI logs extensively verbose.
The problem can be currently hacked configuring testdox-text to with target of php://stdout and running phpunit with --stderr option + redirection of STDOUT to /dev/null, but I believe there should be a nicer solution for such problem.
What do you guys think about such addition?
The text was updated successfully, but these errors were encountered:
Similarly to #920 it will be nice to see an option to disable external loggers defined in configuration file. During the development my configuration file contains e.g. testdox logger, which on the other hand makes CI logs extensively verbose.
The problem can be currently hacked configuring
testdox-text
to with target ofphp://stdout
and runningphpunit
with--stderr
option + redirection of STDOUT to/dev/null
, but I believe there should be a nicer solution for such problem.What do you guys think about such addition?
The text was updated successfully, but these errors were encountered: