Magento More Detailed Exception Log
Magento has a nice feature which logs exceptions to file and then generally displays a non scary message to the site user. Its not always true, some exceptions do get through and then generate reports....
View ArticleMagento Enable Exception Logging
Magento has some great exception logging functionality which is invaluable when trying to figure out why things aren’t working. However, like a lot of settings in Magento, its tucked away in the...
View ArticleFormatting the output from tail
If you need to monitor a log file in real time, then using a combination of tail and grep will allow you to watch the important parts of the file. However if the log file spans more than one line then...
View ArticlePHP API Development Logging and Debugging
If you are ever working with API integrations, either in or out bound, then it might be useful to set up a simple dumb logging system to assist you with developing and debugging things. Here is a...
View Article