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
However our tests do a lot of requests, and in return get whole body of web page, which pollutes log.
This is why I would like to add parameter, which suppresses printing whole response. If such contribution would be welcomed, I can provide pull request.
The text was updated successfully, but these errors were encountered:
That output is only enabled in debug mode?
If changes are needed here, would it not make most sense to introduce some kind of debug verbosity setting instead of creating individual flags?
REST requests (ex.
sendPOST
) always output response , throughexecute
method:$this->debugSection("Response", $printedResponse);
However our tests do a lot of requests, and in return get whole body of web page, which pollutes log.
This is why I would like to add parameter, which suppresses printing whole response. If such contribution would be welcomed, I can provide pull request.
The text was updated successfully, but these errors were encountered: