This simple extension allows you to view log files from admin panel.
-
Make sure you have Modman installed
-
Allow symlinks for the templates directory (required for installations via Modman)
- Use n98-magerun like pro:
n98-magerun.phar dev:symlinks
- Or just set 'Allow Symlinks' to 'Yes' in System - Configuration / Advanced / Developer / Template Settings
- Use n98-magerun like pro:
-
Install Log Viewer module:
cd [magento root folder]
modman init
modman clone git@github.com:diazwatson/LogViewer.git
- Flush Magento's cache
With modgit you can effortlessly grab latest changes from github.
cd [magento root folder]
modgit update LogViewer
- Flush Magento's cache
-
Make sure you have Modgit installed
-
Install Log Viewer module:
cd [magento root folder]
modgit init
modgit add LogViewer git@github.com:diazwatson/LogViewer.git
- Flush Magento's cache
With modman you can effortlessly grab latest changes from github.
cd [magento root folder]
modgit update LogViewer
- Flush Magento's cache
Once installed go to System - Tools - Log Viewer