Skip to content

diazwatson/magento1-log-viewer-module

Repository files navigation

Magento 1.x Log Viewer

Build Status

This simple extension allows you to view log files from admin panel.

Installation

Using Modman

  • 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
  • Install Log Viewer module:

cd [magento root folder]
modman init
modman clone git@github.com:diazwatson/LogViewer.git
  • Flush Magento's cache

How to update

With modgit you can effortlessly grab latest changes from github.

cd [magento root folder]
modgit update LogViewer
  • Flush Magento's cache

Using Modgit

  • 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

How to update

With modman you can effortlessly grab latest changes from github.

cd [magento root folder]
modgit update LogViewer
  • Flush Magento's cache

How to use

Once installed go to System - Tools - Log Viewer

Magento Log Viewer

About

A simple extension to view log files from admin panel.

Resources

Stars

Watchers

Forks

Packages

No packages published