diff --git a/logger.php b/logger.php index 1216a1d..5af2ea9 100644 --- a/logger.php +++ b/logger.php @@ -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;