fix: Update sync mode logging to clarify Blake3 hash verification status

This commit is contained in:
bsiggel
2026-03-12 23:09:21 +00:00
parent e727582584
commit b0fceef4e2

View File

@@ -432,7 +432,7 @@ class AIKnowledgeSync(BaseSyncUtils):
ctx.logger.info(f" ✅ Synced: {successful}") ctx.logger.info(f" ✅ Synced: {successful}")
ctx.logger.info(f" ⏭️ Skipped: {skipped}") ctx.logger.info(f" ⏭️ Skipped: {skipped}")
ctx.logger.info(f" ❌ Failed: {failed}") ctx.logger.info(f" ❌ Failed: {failed}")
ctx.logger.info(f" Mode: {'FULL SYNC (Blake3 verification)' if full_sync else 'INCREMENTAL'}") ctx.logger.info(f" Mode: Blake3 hash verification enabled")
ctx.logger.info("=" * 80) ctx.logger.info("=" * 80)
def _calculate_metadata_hash(self, document: Dict) -> str: def _calculate_metadata_hash(self, document: Dict) -> str: