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
We currently have a couple of issues with the enabling and disabling of
debug logs:
- Passing "debug=True" on client creation will not output ssh logs.
- Once enabled, SSH and HTTP debug logs cannot be disabled.
This patch fixes the first issue by making "set_debug_flag" as class
methods and always calling ssh's "set_debug_flag", unlike now that we
only call it when the ssh instance has already been created.
For the second issue we add the missing disabling code in both
"set_debug_flag" methods.
Closeshpe-storage#76
Contrary to what the docstring says, debug logs cannot be disabled:
And if we enable debug logs on the client on initialization via the
debug
parameter then SSH logs will not be enabled.The text was updated successfully, but these errors were encountered: