diff options
| author | jvoisin | 2015-12-18 02:49:42 +0100 |
|---|---|---|
| committer | jvoisin | 2015-12-18 02:49:42 +0100 |
| commit | 31e1037fb6cbc2ee68a7c10ba322922aafc0d5ae (patch) | |
| tree | d11f4ffde694af53aee2bb12a16914523032162c /libmat/mat.py | |
| parent | ca83fc0927897db30ed0ad11d3d681c3bd90c715 (diff) | |
Enhance CLI's error display by tweaking log level
Diffstat (limited to 'libmat/mat.py')
| -rw-r--r-- | libmat/mat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat/mat.py b/libmat/mat.py index 1dc51d9..e84c717 100644 --- a/libmat/mat.py +++ b/libmat/mat.py | |||
| @@ -16,7 +16,7 @@ __version__ = '0.5.4' | |||
| 16 | __author__ = 'jvoisin' | 16 | __author__ = 'jvoisin' |
| 17 | 17 | ||
| 18 | # Silence | 18 | # Silence |
| 19 | LOGGING_LEVEL = logging.CRITICAL | 19 | LOGGING_LEVEL = logging.ERROR |
| 20 | fname = '' | 20 | fname = '' |
| 21 | 21 | ||
| 22 | # Verbose | 22 | # Verbose |
