提交 0348582e 编写于 作者: A Adam Berlin 提交者: Adam Berlin

Lower the log level of the fts probe while unpacking response.

The level of TERSE or greater was set during development, we can lower
this to DEBUG now that this feature has stablized.
上级 05107512
......@@ -621,7 +621,7 @@ probeRecordResponse(fts_segment_info *ftsInfo, PGresult *result)
Assert (retryRequested);
ftsInfo->result.retryRequested = *retryRequested;
elogif(gp_log_fts >= GPVARS_VERBOSITY_TERSE, LOG,
elogif(gp_log_fts >= GPVARS_VERBOSITY_DEBUG, LOG,
"FTS: segment (content=%d, dbid=%d, role=%c) reported "
"isMirrorUp %d, isInSync %d, isSyncRepEnabled %d, "
"isRoleMirror %d, and retryRequested %d to the prober.",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册