Natasha Audrey

Results 1 comments of Natasha Audrey

If you add ``` logger = logging.getLogger('git') logger.setLevel(logging.WARNING) git.exec_command("clone", ...) logger.setLevel(logging.INFO) ``` you can disable the logger for INFO - disabling the output for successful calls. There still needs to...