2017 © Pedro Peláez
 

typo3-cms-extension typo3-gelf-writer

Write log directly to graylog

image

byskr/typo3-gelf-writer

Write log directly to graylog

  • Tuesday, January 16, 2018
  • by byskr
  • Repository
  • 2 Watchers
  • 0 Stars
  • 838 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 26 % Grown

The README.md

Typo3 Log Writer for Greylog

This Logger uses the TCP Input of greylog, (*1)

see https://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/Logging/Configuration/Index.html and http://docs.graylog.org/en/2.3/pages/gelf.html, (*2)

Configuration

$GLOBALS['TYPO3_CONF_VARS']['LOG']['writerConfiguration'] = [
    \TYPO3\CMS\Core\Log\LogLevel::ERROR => [
        'Byskr\Typo3GelfWriter\Writer\GelfWriter' => [
            'serverUrl' => 'your-greylog-tcp-address'
            'serverPort' => 12345,
            'additionalData' => [
                'key': 'value'
            ]
        ]
    ]
];

The Versions

16/01 2018

dev-master

9999999-dev

Write log directly to graylog

  Sources   Download

MIT

The Requires

 

The Development Requires

16/01 2018

1.1.0

1.1.0.0

Write log directly to graylog

  Sources   Download

MIT

The Requires

 

The Development Requires

15/01 2018

1.0.0

1.0.0.0

Write log directly to graylog

  Sources   Download

MIT

The Requires

 

The Development Requires

15/01 2018

dev-ETS-650

dev-ETS-650

Write log directly to graylog

  Sources   Download

MIT

The Requires

 

The Development Requires