diff --git a/bin/ansible-connection b/bin/ansible-connection index 8a4c762ef3..845a053b95 100755 --- a/bin/ansible-connection +++ b/bin/ansible-connection @@ -273,7 +273,7 @@ def main(): try: server = Server(sf_path, pc) except Exception as exc: - display.debug(traceback.format_exec(), pc.remote_addr) + display.vvv(traceback.format_exc(), pc.remote_addr) fcntl.lockf(lock_fd, fcntl.LOCK_UN) os.close(lock_fd) server.run()