提交 f8cab328 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Restored proper value of logging level, accidentally committed to DEBUG in a previous commit

上级 16668f81
......@@ -28,7 +28,7 @@ def local_bitwidth():
return len('%x' % maxint) * 4
_logger=logging.getLogger("theano.gof.cmodule")
_logger.setLevel(logging.DEBUG)
_logger.setLevel(logging.WARN)
def error(*args):
_logger.error("ERROR: "+' '.join(str(a) for a in args))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论