From: Cédric Aguerre Date: Thu, 31 Mar 2016 11:29:32 +0000 (+0200) Subject: set logging level to INFO X-Git-Tag: V7_8_0a2~3^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=acde7ae9589b0ac8a322b680ad71001eaa3d19ff;p=modules%2Fkernel.git set logging level to INFO --- 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