logger : remove one backtrace step to have the right error log by default

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2233 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2015-08-13 13:26:13 +00:00
parent e5d3f31100
commit ac0cf5a16b

View File

@@ -33,7 +33,7 @@ class logger
public $syslogPrefix = FALSE;
/** Remove X entries of backtrace to see the right file generating the error
*/
public $backTraceSkip = 0;
public $backTraceSkip = 1;
/** Display the backtrace in all the messages */
public $backtraceDisplay = false;