Graylog Exception Handler for Neos CMS and Neos Flow Framework (Neos.io)
@brgmn
View on Github
Open Issues
Stargazers
The Yeebase.Graylog Flow package logs your exceptions as well as single messages to a central Graylog server. This package also provides a simple backend to log message of Flows Logger classes to a Graylog server.
It depends on the official GELF php package GitHub - bzikarsky/gelf-php: A php implementation to send log-files to a gelf compatible backend like graylog
Installation & configuration
Just add “yeebase/graylog” as dependency to your composer.json and run a “composer update” in your project’s root folder or simply execute:
composer require yeebase/graylog
from your project’s root.