other: update wal logs level.

This commit is contained in:
Haojun Liao 2023-04-20 13:42:16 +08:00
parent a69e2a8045
commit 742b5ee08c
1 changed files with 1 additions and 1 deletions

View File

@ -1309,7 +1309,7 @@ int32_t tqStartStreamTasks(STQ* pTq) {
return -1;
}
tqInfo("vgId:%d start wal scan stream tasks, tasks:%d", vgId, numOfTasks);
tqDebug("vgId:%d start wal scan stream tasks, tasks:%d", vgId, numOfTasks);
initOffsetForAllRestoreTasks(pTq);
pRunReq->head.vgId = vgId;