MinnPost / object-sync-for-salesforce

WordPress plugin that maps and syncs data between Salesforce objects and WordPress objects.
https://wordpress.org/plugins/object-sync-for-salesforce/
GNU General Public License v2.0
94 stars 51 forks source link

Improve the log message when an update to a WordPress record fails #417

Closed jonathanstegall closed 3 years ago

jonathanstegall commented 3 years ago

What does this Pull Request do?

When the plugin tries to update a record in WordPress and it fails, we've previously only logged the error message and the WordPress ID. This adds to that log message the Salesforce object ID and the parameters the plugin was trying to update.

How do I test this Pull Request?