Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opengento/logger
This extension sets new logger handlers for Magento2, such as Gelf or Slack and many others.
https://github.com/opengento/logger
gelf logger magento magento2 magento2-extension magento2-module monolog monolog-handler slack
Last synced: 5 days ago
JSON representation
This extension sets new logger handlers for Magento2, such as Gelf or Slack and many others.
- Host: GitHub
- URL: https://github.com/opengento/logger
- Owner: opengento
- License: mit
- Created: 2019-11-16T10:55:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T14:45:35.000Z (4 months ago)
- Last Synced: 2025-01-02T00:49:49.322Z (6 days ago)
- Topics: gelf, logger, magento, magento2, magento2-extension, magento2-module, monolog, monolog-handler, slack
- Language: PHP
- Homepage:
- Size: 41 KB
- Stars: 8
- Watchers: 10
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Gelf Logger Module for Magento 2
[![Latest Stable Version](https://img.shields.io/packagist/v/opengento/logger.svg?style=flat-square)](https://packagist.org/packages/opengento/logger)
[![License: MIT](https://img.shields.io/github/license/opengento/logger.svg?style=flat-square)](./LICENSE)
[![Packagist](https://img.shields.io/packagist/dt/opengento/logger.svg?style=flat-square)](https://packagist.org/packages/opengento/logger/stats)
[![Packagist](https://img.shields.io/packagist/dm/opengento/logger.svg?style=flat-square)](https://packagist.org/packages/opengento/logger/stats)This extension sets new logger handlers for Magento2, such as Gelf or Slack and many others.
- [Setup](#setup)
- [Composer installation](#composer-installation)
- [Setup the module](#setup-the-module)
- [Support](#support)
- [Authors](#authors)
- [License](#license)## Setup
Magento 2 Open Source or Commerce edition is required.
### Composer installation
Run the following composer command:
```
composer require opengento/logger
```### Setup the module
Run the following magento command:
```
bin/magento setup:upgrade
```**If you are in production mode, do not forget to recompile and redeploy the static resources.**
## Support
Raise a new [request](https://github.com/opengento/logger/issues) to the issue tracker.
## Authors
- **Opengento Community** - *Lead* - [![Twitter Follow](https://img.shields.io/twitter/follow/opengento.svg?style=social)](https://twitter.com/opengento)
- **Contributors** - *Contributor* - [![GitHub contributors](https://img.shields.io/github/contributors/opengento/logger.svg?style=flat-square)](https://github.com/opengento/logger/graphs/contributors)## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.
***That's all folks!***