From acde7ae9589b0ac8a322b680ad71001eaa3d19ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Aguerre?= Date: Thu, 31 Mar 2016 13:29:32 +0200 Subject: [PATCH] set logging level to INFO --- bin/salomeContext.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/salomeContext.py b/bin/salomeContext.py index 68c5bb46d..68d018ca3 100644 --- a/bin/salomeContext.py +++ b/bin/salomeContext.py @@ -85,6 +85,7 @@ class SalomeContext: to .cfg format before setting the context. """ def __init__(self, configFileNames=0): + self.getLogger().setLevel(logging.INFO) #it could be None explicitely (if user use multiples setVariable...for standalone) if configFileNames is None: return -- 2.39.2