不记录错误,但记录调试消息

时间:2012-10-18 11:15:09

标签: php codeigniter

我正在使用 codeignitor v.3.0-dev

在我的application\config\config.php以下一行

`$config['log_threshold'] = 1;` errors are not logging even if I place some wrong syntax's errors...

如果我尝试

$config['log_threshold'] = 2 or 3 or 4记录消息....

有人可以告诉我为什么会发生这种情况......

提前致谢...

0 个答案:

没有答案