I need to get the stderr from probe even when it doesn't fail.
The reason why this is necessary is because there're important information to me on "Warning logs" -v warning
.
So I created a new parameter capture_stderr
with False
as default value, what should make older versions working exactly the same way, but when using the True
value, the function will return a tuple with the default return value on first position and the stderr on the second position.