In Magento how do I enable exception.log and system.log at the database level?
exception.log
system.log
I know I can do it through admin backend (which I do
Use following query
INSERT INTO `yourmagentodbname`.`core_config_data` (`scope`, `scope_id`, `path`, `value`) VALUES ( 'default', '0', 'dev/log/active', '1');