提交 598c8351 authored 作者: bergstra@tikuanyin's avatar bergstra@tikuanyin

default log level in cmodule -> WARNING

上级 c15d29d1
......@@ -7,7 +7,7 @@ import numpy.distutils #TODO: TensorType should handle this
import compilelock # we will abuse the lockfile mechanism when reading and writing the registry
_logger=logging.getLogger("theano.gof.cmodule")
_logger.setLevel(logging.DEBUG)
_logger.setLevel(logging.WARN)
def error(*args):
#sys.stderr.write('ERROR:'+ ' '.join(str(a) for a in args)+'\n')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论