diff --git a/ohmpi.py b/ohmpi.py index d22ab1fce84471a6364c92f0553b17b29bbd12dd..a2e23f595be9cb382470d9cce2d6cbfa97dd9df0 100644 --- a/ohmpi.py +++ b/ohmpi.py @@ -1388,7 +1388,7 @@ class OhmPi(object): with open(config) as json_file: dic = json.load(json_file) self.settings.update(dic) - self.exec_logger.debug('Acquisition parameters updated: ' + str(self.settings)) + self.exec_logger.info('Acquisition parameters updated: ' + str(self.settings)) status = True except Exception as e: self.exec_logger.warning('Unable to update settings.')