You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The information I most want to see in the logs is "resultCode" and "errors". This information is at the bottom of the log message. It would be great to have them visible from drush ws but the end of the message gets clipped off.
The text was updated successfully, but these errors were encountered:
yes - if you want to patch/branch it quickly at the code level, you could:
a) remove all the array keys except 'data_returned' from line 152 in rules_api.rules.inc (this would still log all of the returned data, but you wouldn't get any of the call)
The information I most want to see in the logs is "resultCode" and "errors". This information is at the bottom of the log message. It would be great to have them visible from
drush ws
but the end of the message gets clipped off.The text was updated successfully, but these errors were encountered: