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.