feat: Enhance logging in sync utilities and add code validation script

This commit is contained in:
2026-02-08 20:10:47 +00:00
parent bfe2f4f7e3
commit 6e0e9a9730
3 changed files with 373 additions and 2 deletions

View File

@@ -225,7 +225,7 @@ class KommunikationSyncManager:
self.logger.info(f"[KOMM] - Kommunikation rowIds count: {len(komm_rowids)}")
if espo_changed_since_sync and advo_changed_since_sync:
self.logger.warning(f"[KOMM] ⚠️ KONFLIKT: Beide Seiten geändert seit letztem Sync - EspoCRM WINS")
self.logger.warn(f"[KOMM] ⚠️ KONFLIKT: Beide Seiten geändert seit letztem Sync - EspoCRM WINS")
espo_wins = True
else:
espo_wins = False