提交 373832d0 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!2193 fix log level too high: step has no summary record is normal

Merge pull request !2193 from wenkai/wk1_log_level_0617
......@@ -181,7 +181,7 @@ class SummaryRecord:
data = _get_summary_tensor_data()
if not data:
logger.error("The step(%r) does not have record data.", step)
logger.info("The step(%r) does not have record data.", step)
return False
if self.queue_max_size > 0 and len(data) > self.queue_max_size:
logger.error("The size of data record is %r, which is greater than queue_max_size %r.", len(data),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册