• Stars
    star
    126
  • Rank 283,821 (Top 6 %)
  • Language
    PHP
  • License
    GNU General Publi...
  • Created about 11 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Framework for different logging adapters for Magento 1.

Magento Module for advanced logging

All Contributors

The purpose of this project is to have a simple framework for different logging adapters.

Originally developed as Hackathon_Logger but moved forewards and will now actively supported by firegento community.

See the Usage Chapter below to see how to use it.

Please be aware of the following restrictions:

  • The ProxiBlue NewRelic extension uses the same logic to log to NewRelic and will block FireGento Logger extension unless you revise its config.xml file.

Installation Instructions

Via modman

  • Install modman
  • Use the command from your Magento installation folder: modman clone https://github.com/firegento/firegento-logger

Via composer

{
    ...
    "require": {
        "firegento/logger":"*"
    },
    "repositories": [
	    {
            "type": "composer",
            "url": "http://packages.firegento.com"
        }
    ],
    "extra":{
        "magento-root-dir": "./"
    }
}
  • Then from your composer.json folder: php composer.phar install or composer install

Manually

  • You can copy the files from the folders of this repository to the same folders of your installation

Installation in ALL CASES

  • Clear the cache, logout from the admin panel and then login again.

Uninstallation

  • Remove all extension files from your Magento installation

Usage

Configure the different loggers in System > Configuration > Advanced > Firegento Logger

Further Information

Contributors โœจ

Thanks goes to these wonderful people (emoji key):


Colin Mollenhour

๐Ÿ’ป

Damian Luszczymak

๐Ÿ’ป

Rouven Alexander Rieker

๐Ÿ’ป

Paul Hachmang

๐Ÿ’ป

Diego

๐Ÿ’ป

Achim Rosenhagen

๐Ÿ’ป

Fabian Blechschmidt

๐Ÿ’ป

Freek Gruntjes

๐Ÿ’ป

Wilfried Wolf

๐Ÿ’ป

tkdb

๐Ÿ’ป

Sylvain Rayรฉ

๐Ÿ’ป

Matthias Bรผsing

๐Ÿ’ป

Dane Lowe

๐Ÿ’ป

Lee Saferite

๐Ÿ’ป

Jeroen

๐Ÿ’ป

Steve Robbins

๐Ÿ’ป

Sergey Kalenyuk

๐Ÿ’ป

Nils PreuรŸ

๐Ÿ’ป

Matthias Zeis

๐Ÿ’ป

Jeroen Vermeulen

๐Ÿ’ป

Ingo Fabbri

๐Ÿ’ป

Colin O'Dell

๐Ÿ’ป

Andreas

๐Ÿ’ป

Aad Mathijssen

๐Ÿ’ป

Lucas van Staden

๐Ÿ’ป

Kevin Krieger

๐Ÿ“–

This project follows the all-contributors specification. Contributions of any kind welcome!

Current Status of Project

Complete, working logger interfaces:

  • File (Magento default)
  • File (Advanced Format)
  • File (JSON)
  • E-Mail
  • Database
  • XMPP (Jabber, Google Talk)
  • Graylog2
  • Loggly (UDP/HTTPS)
  • Syslog
  • RSyslog (UDP)
  • Papertrail (UDP)
  • Chromelogger
  • Logstash
  • Redis
  • Sentry
  • Airbrake

It is possible to use Multiple-Targets!

Other Features

  • Log Live View (Like a tail in terminal)
  • Report View (Shows content of a report in backend)
  • Manage modules log output (enable/disable log messages of extensions)

Further work

External libraries

For XMPP we use https://github.com/cweiske/xmpphp. For ChromeLogger we use https://github.com/ccampbell/chromephp

How to contribute

Make a fork, commit to develop branch and make a pull request

Some Hints

  • There are combinations that don't work together
    • You can't use Chromelogger with the embeded queueing model, because the queueing takes place after the response is send to the client ** You can't use Papertrail with the embeded queueing model

Licence

GNU General Public License, version 3 (GPLv3)