提交 f41d3a3d 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!215 set engine log quiet

Merge pull request !215 from haozi007/newwork
......@@ -89,8 +89,9 @@ static int engine_routine_log_init(const struct engine_operation *eop)
ret = -1;
goto unlock_out;
}
// log throught fifo, so we need disable stderr by quiet (set to 1)
ret = eop->engine_log_init_op(args->progname, engine_log_path, args->json_confs->log_level, eop->engine_type,
args->quiet, NULL);
1, NULL);
if (ret != 0) {
ret = -1;
goto unlock_out;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册