[eluser]jmanpa[/eluser]
I'm new to CI and am trying to troubleshoot a DB connection problem but I can't determine if there is more information being captured on the error than the unhelpful message from ci in the browser:
"A Database Error Occurred
Unable to connect to your database server using the provided settings."
I checked the Apache log and nothing
I read up on the CI error handling but I don't see reference to which log file it writes to - Apache or some file in the logs directory. The ci logs directory is empty except for index.html.
Where is the ci logging going or why do I seem to not be getting any? My threshold is set thusly:
$config['log_threshold'] = 3;