How to enable error log in CodeIgniter?
Step 1. Make /application/logs
log folder writable
Step 2. Set $config['log_threshold'] = 1;
in /application/config/config.php
BY Best Interview Question ON 13 Jan 2019