In Magento how do I enable exception.log and system.log at the database level?
I know I can do it through admin backend (which I do not want to do).
What value needs to be changed? I assumed that dev/log/active needed to be set to 1 in core_config_data, but I did this and that did not enable logging.
Thanks!
Your solution is right. That’s the right place to enable it in the DB. If it’s not working for you, try clearing the cache. If still not working, try
select * from core_config_data where path = "dev/log/active";and check if it is not disabled for a particular scope that’s overriding your setting