From 1765042d2078ae6fb5e7fd3acf18f07cbf47df72 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Tue, 19 Mar 2024 14:17:59 +0100 Subject: [PATCH] Downgraded a logging.info() to logging.debug --- python_src/lasp/lasp_measurement.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_src/lasp/lasp_measurement.py b/python_src/lasp/lasp_measurement.py index da11083..9fb3614 100644 --- a/python_src/lasp/lasp_measurement.py +++ b/python_src/lasp/lasp_measurement.py @@ -423,7 +423,7 @@ class Measurement: # Try to find it in the dictionary of of open measurements if required_uuid in Measurement.uuid_s.keys(): m = Measurement.uuid_s[required_uuid] - logging.info(f'Returned reference measurement {m.name} from list of open measurements') + logging.debug(f'Returned reference measurement {m.name} from list of open measurements') # Not found in list of openend measurements. See if we can open it using its last stored file name we know of if m is None: