in debuglevel 1 , remove xdebug.show_trace_exception

This commit is contained in:
sparkyx 2025-01-15 16:43:32 +01:00
parent e2b6c717e5
commit 5be894f963

View file

@ -164,6 +164,8 @@ if (DEBUGNOALYSS == 0) {
ini_set("html_errors", 1);
ini_set('log_errors', 1);
ini_set('log_errors_max_len', 0);
ini_set('xdebug.show_exception_trace', false);
} elseif (DEBUGNOALYSS == 2) {
// like level 1 plus extra info (filename, ...)
error_reporting(2147483647);
@ -172,7 +174,7 @@ if (DEBUGNOALYSS == 0) {
ini_set("html_errors", 1);
ini_set('log_errors', 1);
ini_set('log_errors_max_len', 0);
ini_set('xdebug.show_exception_trace', true);
}
// Erreur