diff options
| author | jvoisin | 2013-07-16 22:39:50 +0200 |
|---|---|---|
| committer | jvoisin | 2013-07-16 22:39:50 +0200 |
| commit | ef64a067e49544134314ba7637a00ddcca66412a (patch) | |
| tree | 185fd227e2517063dd7d8e0dcd148e801073d496 /MAT | |
| parent | bdccb68fd341b074672e05888a3528caada41258 (diff) | |
Logging level is now set to CRITICAL instead of DEBUG
Diffstat (limited to 'MAT')
| -rw-r--r-- | MAT/mat.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -24,7 +24,7 @@ hachoir_core.config.quiet = True | |||
| 24 | fname = '' | 24 | fname = '' |
| 25 | 25 | ||
| 26 | #Verbose | 26 | #Verbose |
| 27 | LOGGING_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 | ||
