CodeIgniter Forums
How to blog php errors to be logged in log files - 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: How to blog php errors to be logged in log files (/showthread.php?tid=45612)



How to blog php errors to be logged in log files - El Forum - 09-28-2011

[eluser]oldrock[/eluser]
Hi ,

How to block the php errors like Severity: Notice --> Undefined variable

to be get logged , even by keeping the log threshold level at 3 at config settings.

this scenario occurs due to that all variables are not getting used each and every time.

thanks in advance