feat: Remove redundant conflict resolution logging in handle_update function
This commit is contained in:
@@ -314,11 +314,6 @@ async def handle_update(entity_id, betnr, espo_entity, espocrm, advoware, sync_u
|
|||||||
extra_fields={'advowareRowId': new_rowid}
|
extra_fields={'advowareRowId': new_rowid}
|
||||||
)
|
)
|
||||||
context.logger.info(f"✅ Konflikt gelöst (EspoCRM won), neue rowId: {new_rowid[:20] if new_rowid else 'N/A'}...")
|
context.logger.info(f"✅ Konflikt gelöst (EspoCRM won), neue rowId: {new_rowid[:20] if new_rowid else 'N/A'}...")
|
||||||
conflict_msg,
|
|
||||||
extra_fields={'advowareRowId': updated_advo.get('rowId')}
|
|
||||||
)
|
|
||||||
|
|
||||||
context.logger.info(f"✅ Konflikt gelöst: EspoCRM → Advoware")
|
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
context.logger.error(f"❌ UPDATE fehlgeschlagen: {e}")
|
context.logger.error(f"❌ UPDATE fehlgeschlagen: {e}")
|
||||||
|
|||||||
Reference in New Issue
Block a user