Under config.php I have:
config.php
$config[\'log_threshold\'] = 4; $config[\'log_path\'] = \'/home/myaccount/logFilesFolder\';
In index.php
The log filename in the configuration settings needs a trailing "/" above making sure the webserver process has writeable access to the directory.