From 52233b714f4557c84751df06d54e30d1db85fbcb Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Sun, 2 Jan 2022 16:38:20 -0500 Subject: changed log level in scpi --- qolab/hardware/scpi.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'qolab/hardware/scpi.py') diff --git a/qolab/hardware/scpi.py b/qolab/hardware/scpi.py index 2054410..6f4037d 100644 --- a/qolab/hardware/scpi.py +++ b/qolab/hardware/scpi.py @@ -8,8 +8,7 @@ import time logging.basicConfig(format='%(asctime)s %(levelname)8s %(name)s: %(message)s', datefmt='%m/%d/%Y %H:%M:%S') logger = logging.getLogger('qolab.hardware.scpi') -# logger.setLevel(logging.INFO) -logger.setLevel(logging.DEBUG) +logger.setLevel(logging.INFO) def response2numStr(strIn, firstSeparator=None, unit=None): # Often an instrument reply is in the form 'TDIV 2.00E-08S' (for example Siglent Scope) -- cgit v1.2.3