diff --git a/f_config/config.php b/f_config/config.php index 217c995b..04a18445 100644 --- a/f_config/config.php +++ b/f_config/config.php @@ -82,6 +82,7 @@ function logExceptionByCustomHandler(\Throwable $e){ ], Json::PRETTY); file_put_contents(ROOT.'/d_log/err_log.txt',"$data\n", FILE_APPEND); + echo $e->getTraceAsString(); throw $e; } set_exception_handler('\\sammo\\logExceptionByCustomHandler'); \ No newline at end of file