CodeIgniter Forums
log_threshold issue - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: log_threshold issue (/showthread.php?tid=65891)



log_threshold issue - hatchman64 - 08-06-2016

When I change my config.php log_threshold from (0 or 1) to (2, 3 or 4) the server site returns only a http 500 error. I cannot get any logging to occur except for a date error issue I have yet to fix.  

I am at a loss for what to look for to resolve this.


On my development localhost things work fine, but on the server my site gets a http 500 error.

I would think this isn't a codeigniter issue but, not sure where to look to resolve issue.

Any help appreciated.


RE: log_threshold issue - PaulD - 08-06-2016

Is your log directory write-able?


RE: log_threshold issue - hatchman64 - 08-07-2016

(08-06-2016, 08:15 PM)PaulD Wrote: Is your log directory write-able?

Yes, it is writable. I did change it from "rw r r" to "rw rw rw" but did not fix it.
Thanks