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:
@@ -33,7 +33,7 @@ class logger
|
|||||||
public $syslogPrefix = FALSE;
|
public $syslogPrefix = FALSE;
|
||||||
/** Remove X entries of backtrace to see the right file generating the error
|
/** 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 */
|
/** Display the backtrace in all the messages */
|
||||||
public $backtraceDisplay = false;
|
public $backtraceDisplay = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user