summaryrefslogtreecommitdiff
path: root/libmat/mat.py
diff options
context:
space:
mode:
authorjvoisin2015-12-18 02:49:42 +0100
committerjvoisin2015-12-18 02:49:42 +0100
commit31e1037fb6cbc2ee68a7c10ba322922aafc0d5ae (patch)
treed11f4ffde694af53aee2bb12a16914523032162c /libmat/mat.py
parentca83fc0927897db30ed0ad11d3d681c3bd90c715 (diff)
Enhance CLI's error display by tweaking log level
Diffstat (limited to 'libmat/mat.py')
-rw-r--r--libmat/mat.py2
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
19LOGGING_LEVEL = logging.CRITICAL 19LOGGING_LEVEL = logging.ERROR
20fname = '' 20fname = ''
21 21
22# Verbose 22# Verbose