Closed (fixed)
Project:
Salesforce Suite
Version:
8.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2016 at 16:45 UTC
Updated:
11 Apr 2017 at 20:30 UTC
Jump to comment: Most recent
Comments
Comment #2
flux423+1 on this. Looking for a solution now for notification to the admin if the push/pull fails.
Comment #3
flux423For future users looking for this.. We ended up using the module logging_alerts to write a rule against the salesforce_push alert type. This at least gives us a notice when a push fails. Would love a better solution but this passes the straight face test.
Comment #4
aaronbaumanMoving this to release-blocker.
So far we're doing a consistent job of throwing and watchdog-logging exceptions on error.
The solution may still be something like logging_alerts, but should be more reliable.
Comment #6
aaronbaumanWe've separated error-handling and logging concerns into a new module "salesforce_logger"
This is an Event-based model, so completely flexible/pluggable if logging to database is not sufficient for needs of contrib.