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",
|
||||
profiler
|
||||
);
|
||||
console.info(`mixedEntityMappings:`);
|
||||
console.info(mixedEntityMappings); // for debugging
|
||||
console.debug(`mixedEntityMappings:`);
|
||||
console.debug(mixedEntityMappings); // for debugging
|
||||
profiler.insert("finish building full sync plan");
|
||||
|
||||
await insertSyncPlanRecordByVault(
|
||||
|
Loading…
Reference in New Issue
Block a user