diff --git a/airtime_mvc/public/index.php b/airtime_mvc/public/index.php index b6484a3cf..8bfa58136 100644 --- a/airtime_mvc/public/index.php +++ b/airtime_mvc/public/index.php @@ -63,6 +63,10 @@ try { } } catch (Exception $e) { echo $e->getMessage(); + echo "
";
+    echo $e->getTraceAsString();
+    echo "
"; Logging::info($e->getMessage()); + Logging::info($e->getTraceAsString()); }