Would be super helpful for debugging if log messages included the original exception, as well as a stack trace.
Issue fork mailchimp-3557995
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
aaronbaumanMR 117
- use \Drupal\Core\Utility\Error::logException() to log exceptions so that stacktrace and exception details are included in log entries.
Comment #4
xenophyle commentedComment #5
aaronbaumanComment #9
xenophyle commentedThanks!