diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/eit_with_vcsel.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/eit_with_vcsel.py b/examples/eit_with_vcsel.py index 8bf9b41..31727f0 100644 --- a/examples/eit_with_vcsel.py +++ b/examples/eit_with_vcsel.py @@ -21,8 +21,8 @@ from qolab.hardware.daq import LabJackUE9 from qolab.hardware.power_supply.keysight_e3612a import KeysightE3612A import qolab.tsdb as tsdb -l = logging.getLogger("qolab.tsdb") -l.setLevel(logging.INFO) +tmplogger = logging.getLogger("qolab.tsdb") +tmplogger.setLevel(logging.INFO) logger = logging.getLogger("Magnetometer") logger.setLevel(logging.INFO) |