Salome HOME
set logging level to INFO
authorCédric Aguerre <cedric.aguerre@edf.fr>
Thu, 31 Mar 2016 11:29:32 +0000 (13:29 +0200)
committerCédric Aguerre <cedric.aguerre@edf.fr>
Thu, 31 Mar 2016 11:29:32 +0000 (13:29 +0200)
bin/salomeContext.py

index 68c5bb46de096872d165a3aa2a87376ae64c9751..68d018ca37a8eb9973e77f60e0b58b38044ec0d9 100644 (file)
@@ -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