frankyonnetti
2/1/2020 - 7:21 PM

#drupal #d7 #watchdog

Drupal 7 - watchdog trace #drupal #d7 #watchdog

<?php
  if (isset($log_entry['variables']) && !is_array($log_entry['variables'])) {
    print json_encode(debug_backtrace());
  }