mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-01 07:09:45 +08:00
BUG: Fix default log-level.
This commit is contained in:
@@ -43,7 +43,7 @@ def get_log(name):
|
||||
|
||||
"""
|
||||
import logging, sys
|
||||
logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
|
||||
logging.basicConfig(stream=sys.stdout, level=logging.WARNING)
|
||||
return logging.getLogger(name)
|
||||
|
||||
from util.dtype import *
|
||||
|
||||
Reference in New Issue
Block a user