Don't set log level in the module itself.
Log levels should be set by the user of the module, usually at the application level, rather than by each individual Python module.
This commit is contained in:
@@ -26,7 +26,6 @@ import struct
|
||||
import tempfile
|
||||
|
||||
log = logging.getLogger("blendfile")
|
||||
log.setLevel(logging.ERROR)
|
||||
|
||||
FILE_BUFFER_SIZE = 1024 * 1024
|
||||
|
||||
|
Reference in New Issue
Block a user