To ensure that sensitive data is not logged, CodeIgniter recommends disabling ________ in production environments.
- Caching
- Database Queries
- Error Logging
- Profiler
CodeIgniter advises disabling the profiler in production to prevent sensitive information, such as query details, from being logged. The profiler is a debugging tool and should not be enabled in a live environment for security reasons.
Loading...
Related Quiz
- In CodeIgniter, where are log files typically stored by default?
- How does a 'stack trace' aid in debugging exceptions?
- Which keyword is used in most programming languages to handle exceptions?
- What is the significance of using mock objects in CodeIgniter unit testing?
- What is the primary purpose of the 'application' directory in CodeIgniter?