Which CodeIgniter configuration file is used to set the logging threshold?
- config.php
- database.php
- log.php
- routes.php
In CodeIgniter, the logging threshold is set in the 'log.php' configuration file. This file allows you to configure various logging parameters, including the threshold level for capturing log messages.
Loading...
Related Quiz
- How does CodeIgniter handle nested transactions?
- A developer is creating a custom library for a CodeIgniter project. The appropriate directory to place this library is ________.
- The ________ function in CodeIgniter can be used to load libraries, helpers, or custom config files within a controller.
- When debugging an issue where the data displayed in a view is outdated, the first thing to check in CodeIgniter is ________.
- In CodeIgniter, where are log files typically stored?