From 5903abe6e28d8fe280af7796aa5ca86f885c155e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 11 Dec 2014 16:42:28 +0100 Subject: [PATCH] for now only log errors --- modules/blendfile.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/blendfile.py b/modules/blendfile.py index 7949b24..8050e71 100644 --- a/modules/blendfile.py +++ b/modules/blendfile.py @@ -26,6 +26,8 @@ import gzip import tempfile log = logging.getLogger("blendfile") +log.setLevel(logging.ERROR) + FILE_BUFFER_SIZE = 1024 * 1024