我最近安装了xdebug,现在堆栈跟踪打印到我的apache error.log:
PHP Fatal error: Call to a member function get_upload() on null in /var/www/html/template/user/post-single.php on line 10
PHP Stack trace:
PHP 1. {main}() /var/www/html/index.php:0
PHP 2. include() /var/www/html/index.php:19
我不喜欢它们,因为它们使我的日志变得杂乱,如果我需要它们,我将从我的调试客户端获取它们。有什么方法可以禁用它们吗?
编辑:要明确,我不想禁用Xdebug,我只是希望它不打印堆栈跟踪。