1.9
Merge request reports
Activity
41 50 shell=True, preexec_fn=os.setsid) 42 51 output, _ = process.communicate() 43 52 except: 53 logging.info('Get SSH response failed', exc_info=True) Is this level "INFO"? Can we have error level and the output of the command included?
Edited by Borja Aparicio Cotarelo
mentioned in commit e78b510c
Please register or sign in to reply