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

Show the SOQL query as a decoded string in log messages #389

Closed jonathanstegall closed 3 years ago

jonathanstegall commented 3 years ago

Is your feature request related to a problem? Please describe. We currently have a debug message that shows the full API url that the plugin is calling to in Salesforce. But this URL encodes the SOQL query, and that makes it harder to read.

Describe the solution you'd like When we have that kind of URL in the log, we should run urldecode on it so the user can see the SOQL query in their log messages in case they want to run it within Salesforce.