Skip to content

Commit f2c394b

Browse files
author
Dan
committed
Removed default pssh.host_logger handler - resolves #29
1 parent 32f0fe3 commit f2c394b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pssh.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@
4040
import os
4141

4242
host_logger = logging.getLogger('pssh.host_logger')
43-
handler = logging.StreamHandler()
44-
host_log_format = logging.Formatter('%(message)s')
45-
handler.setFormatter(host_log_format)
46-
host_logger.addHandler(handler)
47-
host_logger.setLevel(logging.INFO)
4843
DEFAULT_RETRIES = 3
4944

5045
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)