feat: Enhance logging in sync utilities and add code validation script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user