I am using the CodeIgniter MVC framework. This framework contains the option to log errors. I prefer to not change anything in the core of the framework. So I am kinda having my doubts on using the default logging of the system, as this will also add PHP notices to the log files.
Is it wise to not use the CI logging and create my own logging system (adding the logs to the database, for example)?
Thanks in advance.