summaryrefslogtreecommitdiff
path: root/MAT
diff options
context:
space:
mode:
authorjvoisin2013-07-16 22:39:50 +0200
committerjvoisin2013-07-16 22:39:50 +0200
commitef64a067e49544134314ba7637a00ddcca66412a (patch)
tree185fd227e2517063dd7d8e0dcd148e801073d496 /MAT
parentbdccb68fd341b074672e05888a3528caada41258 (diff)
Logging level is now set to CRITICAL instead of DEBUG
Diffstat (limited to 'MAT')
-rw-r--r--MAT/mat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAT/mat.py b/MAT/mat.py
index 27c1d0e..34f32c3 100644
--- a/MAT/mat.py
+++ b/MAT/mat.py
@@ -24,7 +24,7 @@ hachoir_core.config.quiet = True
24fname = '' 24fname = ''
25 25
26#Verbose 26#Verbose
27LOGGING_LEVEL = logging.DEBUG 27#LOGGING_LEVEL = logging.DEBUG
28#hachoir_core.config.quiet = False 28#hachoir_core.config.quiet = False
29#logname = 'report.log' 29#logname = 'report.log'
30 30