mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
change loglevel for verbose mixedEntityMappings
This commit is contained in:
parent
9ea7c8e858
commit
ce1990a35f
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user