mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
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:
parent
ee9a5cee0a
commit
23dd29b5ac
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user