CodeIgniter没有记录错误

时间:2016-02-10 12:03:41

标签: php codeigniter

我正在使用IIS服务器和CodeIgniter。我添加了日志文件夹的完整路径

$config['log_path'] = 'C:/inetpub/wwwroot/php/ci_applications/crud_one/logs/';

和阈值为

$config['log_threshold'] = 4;

我的应用程序文件夹路径是

$application_folder = 'C:\inetpub\wwwroot\php\ci_applications\crud_one';
  

授予该文件夹写入/修改IIS_IUSRS的权限。

仍然CodeIgniter没有写任何日志。

我的日志记录代码是

log_message('error', 'Some variable did not contain a value.');

请帮我弄清楚我哪里出错了。

0 个答案:

没有答案