The configuration for error logging level is set in the ______ file.
- config.php
- database.php
- error.php
- log.php
In CodeIgniter, the configuration for error logging level is set in the log.php configuration file. You can define the error logging threshold in this file to control which types of errors should be logged, helping you manage the log information based on your application needs.
Loading...
Related Quiz
- In CodeIgniter, which directory is designated for storing view files?
- The ________ directory is used for adding custom helper functions in CodeIgniter.
- In CodeIgniter, what is the primary purpose of a Helper?
- In CodeIgniter, how can you roll back a transaction in case of an error?
- How can database queries be optimized in CodeIgniter using configuration settings?