]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
CurvePlot: less verbose abn/curveplot
authorabn <adrien.bruneton@cea.fr>
Wed, 31 Aug 2016 08:09:09 +0000 (10:09 +0200)
committerabn <adrien.bruneton@cea.fr>
Wed, 31 Aug 2016 08:09:09 +0000 (10:09 +0200)
tools/CurvePlot/src/python/controller/utils.py.in

index 4b74aea4f004762749153b0f414d79020b3378f4..87f8e76c2d992cb5c3cd332a22630e944d6bd293 100644 (file)
@@ -2,7 +2,7 @@ class Logger(object):
     """
     Debug Info.
     """
-    LOG_LEVEL = 0 # 0 means all, 1 means all but DEBUG, 2 means all but INFO and DEBUG, 3 only FATAL
+    LOG_LEVEL = 1 # 0 means all, 1 means all but DEBUG, 2 means all but INFO and DEBUG, 3 only FATAL
 
     @classmethod
     def Debug(cls, msg):