CodeIgniter Forums
Changing Log File Name - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Changing Log File Name (/showthread.php?tid=18414)



Changing Log File Name - El Forum - 05-05-2009

[eluser]Unknown[/eluser]
Hi,

I have an application that will log to different location besides system/logs. I would like to change the name to something besides "log-<date>.php". This would allow me to have multiple CI apps running and logging to their own log files in a centralized location. Is there a way to do this via the CodeIgniter configs or would I have to just alter the CI code to do so?

I would prefer not to alter the CI code as I would have to manage that on my end and would prefer to just drop in updates to the CI base. Please let me know.

Thanks
Peter