提交 63d345be 编写于 作者: B barrierye

update info log

上级 5430cf17
...@@ -237,7 +237,7 @@ class PipelineServer(object): ...@@ -237,7 +237,7 @@ class PipelineServer(object):
use_ops, out_degree_ops = get_use_ops(response_op) use_ops, out_degree_ops = get_use_ops(response_op)
_LOGGER.info("================= use op ==================") _LOGGER.info("================= use op ==================")
for op in use_ops: for op in use_ops:
_LOGGER.debug(op.name) _LOGGER.info(op.name)
_LOGGER.info("===========================================") _LOGGER.info("===========================================")
if len(use_ops) <= 1: if len(use_ops) <= 1:
raise Exception( raise Exception(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册