FuseClients.cc: Change log level from INFO to DBG

The execution period of the periodicSyncScan function is between (0.35, 0.65).
Setting the log level to info results in excessive logging. This patch changes
the log level to DBG.

Signed-off-by: izxl007 <zeng.zheng@zte.com.cn>
This commit is contained in:
izxl007 2025-04-16 12:28:11 +08:00
parent ee9a5cee0a
commit 23dd29b5ac

View File

@ -405,7 +405,7 @@ CoTask<void> FuseClients::periodicSyncScan() {
co_return;
}
XLOGF(INFO, "periodicSyncScan run");
XLOGF(DBG, "periodicSyncScan run");
std::set<InodeId> dirty;
{
auto guard = dirtyInodes.lock();