Lines Matching refs:debug_log
1655 debug_log = None
1659 debug_log = 'run shell command %r' % cmd
1660 self._log_subprocess(debug_log, stdin, stdout, stderr)
1663 if self._debug and debug_log is not None:
1664 logger.info('%s: %r', debug_log, transport)
1688 debug_log = None
1692 debug_log = f'execute program {program!r}'
1693 self._log_subprocess(debug_log, stdin, stdout, stderr)
1697 if self._debug and debug_log is not None:
1698 logger.info('%s: %r', debug_log, transport)