I have a simple question. Why doesn't Mage::log work in an Adminhtml block??
I know the file is being read/loaded because when I put in die()
on the first line of the file I get a blank screen, and removing/renaming the file also causes trouble.
Thank you for any tips.
Turns out it's pretty simple...
Even though logging was enabled in the "Main Website" scope, it wasn't in the "Default Configuration" scope. Enabling it there as well did it for the admin section.