From ef64a067e49544134314ba7637a00ddcca66412a Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 16 Jul 2013 22:39:50 +0200 Subject: Logging level is now set to CRITICAL instead of DEBUG --- MAT/mat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MAT') 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 fname = '' #Verbose -LOGGING_LEVEL = logging.DEBUG +#LOGGING_LEVEL = logging.DEBUG #hachoir_core.config.quiet = False #logname = 'report.log' -- cgit v1.3