To enable error logging in a production environment, the log threshold value is changed in the ________ file.
- config.php
- error.php
- index.php
- log.php
The log threshold for error logging in CodeIgniter is configured in the config.php file.
Loading...
Related Quiz
- Which file in CodeIgniter is primarily used for setting the base URL and other configuration details?
- In many programming languages, unhandled exceptions are caught by a global ________ handler.
- To secure a RESTful API in CodeIgniter against unauthorized access, focusing on ________ is critical.
- In CodeIgniter, the logging level that includes error messages, debug messages, and informational messages is known as ________.
- To optimize a search feature, a CodeIgniter Model might use ________ to filter results.