From a1c784a4e0e8cb721acb1e71ffe8995a4202b6b8 Mon Sep 17 00:00:00 2001 From: su530201 <olivier.kaufmann@umons.ac.be> Date: Sun, 30 Apr 2023 16:39:14 +0200 Subject: [PATCH] Changes logging level in test --- test_mux_2024.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_mux_2024.py b/test_mux_2024.py index 9d493166..03321edb 100644 --- a/test_mux_2024.py +++ b/test_mux_2024.py @@ -28,7 +28,7 @@ if part_of_hardware_system: from OhmPi.hardware_system import OhmPiHardware print('Starting test of mux as part of a OhmPiHardware system.') k = OhmPiHardware() - k.exec_logger.setLevel(logging.INFO) + k.exec_logger.setLevel(logging.DEBUG) # Test mux switching k.reset_mux() -- GitLab