Skip to content

Commit c6f9705

Browse files
committed
rename ssh connection logger to separate from logger path
Signed-off-by: Aleksei Stepanov <penguinolog@gmail.com>
1 parent 32022ad commit c6f9705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exec_helpers/_ssh_client_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def __init__(
304304
.. note:: auth has priority over username/password/private_keys
305305
"""
306306
super(SSHClientBase, self).__init__(
307-
logger=logging.getLogger(self.__class__.__name__).getChild(f"{host}:{port}")
307+
logger=logging.getLogger(self.__class__.__name__).getChild(f"({host}:{port})")
308308
)
309309

310310
self.__hostname: str = host

0 commit comments

Comments
 (0)