View Issue Details

IDProjectCategoryView StatusLast Update
0000482XdebugUncategorizedpublic2020-03-12 17:16
Reporterrune_kg Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionno change required 
Summary0000482: Option to disable stack trace
Description

I would be nice to be able to disable the automatic stack trace, but still keep the other nice features. Most of the times the error is obvious and the stack trace is just flooding my "watch tail apache_errors.log" terminal.

TagsNo tags attached.
Operating Systemubuntu
PHP Version5.2.6

Activities

derick

2009-11-05 13:10

administrator   ~0001118

You can already do this by setting xdebug.enable=0 in php.ini (the name of the setting is a bit odd).