summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scilab_kernel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scilab_kernel.py b/scilab_kernel.py
index 67852d0..b012d9b 100644
--- a/scilab_kernel.py
+++ b/scilab_kernel.py
@@ -48,7 +48,7 @@ class ScilabKernel(Kernel):
def __init__(self, **kwargs):
Kernel.__init__(self, **kwargs)
- self.log.setLevel(logging.INFO)
+ self.log.setLevel(logging.CRITICAL)
# Signal handlers are inherited by forked processes,
# and we can't easily reset it from the subprocess.