for now only log errors

This commit is contained in:
2014-12-11 16:42:28 +01:00
parent 04ceba076e
commit 5903abe6e2

View File

@@ -26,6 +26,8 @@ import gzip
import tempfile
log = logging.getLogger("blendfile")
log.setLevel(logging.ERROR)
FILE_BUFFER_SIZE = 1024 * 1024