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
93 stars 49 forks source link

Improve log entry code and make its behavior more consistent #463

Closed jonathanstegall closed 2 years ago

jonathanstegall commented 2 years ago

What does this Pull Request do?

This fixes #459 by improving the code structure, code commenting, placement, and behavior of log entries. This especially applies to the WordPress and Salesforce Pull operations.

jonathanstegall commented 2 years ago

I think something is broken here. The queries are running way too frequently in testing. It seems to me that this needs to be split into smaller pull requests. I can't tell whether I've broken something by glossing over a bug that I introduced or if the whole process is flawed.