change loglevel for verbose mixedEntityMappings

This commit is contained in:
fyears 2024-04-28 00:55:42 +08:00
parent 9ea7c8e858
commit ce1990a35f

View File

@ -1370,8 +1370,8 @@ export async function syncer(
settings.syncDirection ?? "bidirectional", settings.syncDirection ?? "bidirectional",
profiler profiler
); );
console.info(`mixedEntityMappings:`); console.debug(`mixedEntityMappings:`);
console.info(mixedEntityMappings); // for debugging console.debug(mixedEntityMappings); // for debugging
profiler.insert("finish building full sync plan"); profiler.insert("finish building full sync plan");
await insertSyncPlanRecordByVault( await insertSyncPlanRecordByVault(