Contrary to what the docstring says, debug logs cannot be disabled:
def set_debug_flag(self, flag):
"""
This turns on/off http request/response debugging output to console
And if we enable debug logs on the client on initialization via the debug parameter then SSH logs will not be enabled.
Contrary to what the docstring says, debug logs cannot be disabled:
And if we enable debug logs on the client on initialization via the
debugparameter then SSH logs will not be enabled.