yeebase/graylog2

This package is abandoned and no longer maintained. The author suggests using the yeebase/graylog package instead.
There is no license information available for the latest version (dev-master) of this package.

Graylog2 exception handler for TYPO3 Flow

Installs: 417

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 5

Forks: 1

Open Issues: 1

Type:typo3-flow-package

dev-master 2015-09-29 15:10 UTC

This package is not auto-updated.

Last update: 2015-12-07 09:56:23 UTC


README

NOTICE: This package is deprecated and won't receive any updates!! Use the following package instead: https://github.com/yeebase/Yeebase.Graylog

The Yeebase.Graylog2 Flow package logs your exceptions to a central Graylog2 server. It depends on the official GELF php package https://github.com/bzikarsky/gelf-php

Installation & configuration

Just add "yeebase/graylog2" as dependency to your composer.json and run a "composer update" in your project's root folder.

Activate the exception handler and configure the connection to your graylog2 server in your Settings.yaml:

TYPO3:
  Flow:
    error:
      exceptionHandler:
        className: 'Yeebase\Graylog2\Error\Graylog2ExceptionHandler'
        host: '127.0.0.1'
        port: 12201
        chunkSize: wan