Skip to content

Commit

Permalink
More verbose paramiko logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Dec 30, 2019
1 parent 7e271e6 commit dbed9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/jobs/runners/util/cli/shell/rsh.py
Expand Up @@ -13,7 +13,7 @@
from .local import LocalShell

log = logging.getLogger(__name__)
logging.getLogger("paramiko").setLevel(logging.WARNING) # paramiko logging is very verbose
# logging.getLogger("paramiko").setLevel(logging.WARNING) # paramiko logging is very verbose

__all__ = ('RemoteShell', 'SecureShell', 'GlobusSecureShell', 'ParamikoShell')

Expand Down

0 comments on commit dbed9ab

Please sign in to comment.