From e57f9678606c82c3485fb59f9577b823da7889cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Ribes?= Date: Wed, 25 May 2011 14:57:01 +0200 Subject: [PATCH] INFO -> WARNING --- src/daSalome/daYacsIntegration/daStudy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daSalome/daYacsIntegration/daStudy.py b/src/daSalome/daYacsIntegration/daStudy.py index f48ee26..8fe5c20 100644 --- a/src/daSalome/daYacsIntegration/daStudy.py +++ b/src/daSalome/daYacsIntegration/daStudy.py @@ -28,7 +28,7 @@ class daStudy: if self.debug: logging.getLogger().setLevel(logging.DEBUG) else: - logging.getLogger().setLevel(logging.INFO) + logging.getLogger().setLevel(logging.WARNING) # Observation Management self.ObservationOperatorType = {} -- 2.39.2