Index: tests/test_logging.py =================================================================== diff -u -r230ea55fde6d0221299f7e03116c800396de7d66 -rb62b040b80e3b42e9749ee8689f5d65c5dcc71e0 --- tests/test_logging.py (.../test_logging.py) (revision 230ea55fde6d0221299f7e03116c800396de7d66) +++ tests/test_logging.py (.../test_logging.py) (revision b62b040b80e3b42e9749ee8689f5d65c5dcc71e0) @@ -34,7 +34,8 @@ time.sleep(0.5) print(dg.dg_version) if True: - hd = HD() + # hd = HD(log_level="CAN_ONLY") + hd = HD(log_level="DEBUG") if hd.cmd_log_in_to_hd(): hd.ui.cmd_ui_request_hd_version()