Codeigniter not creating any log files

后端 未结 4 1008
野趣味
野趣味 2021-02-07 16:03

Under config.php I have:

$config[\'log_threshold\'] = 4;
$config[\'log_path\'] = \'/home/myaccount/logFilesFolder\';

In index.php

4条回答
  •  甜味超标
    2021-02-07 16:30

    The log filename in the configuration settings needs a trailing "/" above making sure the webserver process has writeable access to the directory.

提交回复
热议问题