in debuglevel 1 , remove xdebug.show_trace_exception
This commit is contained in:
parent
e2b6c717e5
commit
5be894f963
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue