From: Cédric Aguerre Date: Thu, 31 Mar 2016 11:28:45 +0000 (+0200) Subject: set logging level to INFO X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7da0d1a8cee8545ece3b8e856a5f5d10775f1e70;p=modules%2Fyacs.git set logging level to INFO --- diff --git a/bin/salomeContext.py b/bin/salomeContext.py index b2fdc14bf..00ded0acf 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