yeebase / graylog2
dev-master
2015-09-29 15:10 UTC
Requires
- graylog2/gelf-php: ~1.0
- typo3/flow: *
This package is not auto-updated.
Last update: 2015-12-07 09:56:23 UTC
README
注意:此包已过时,将不会接收任何更新!请使用以下包: https://github.com/yeebase/Yeebase.Graylog
Yeebase.Graylog2 Flow包将您的异常记录到中央Graylog2服务器。它依赖于官方GELF php包https://github.com/bzikarsky/gelf-php
安装与配置
只需将"yeebase/graylog2"添加到您的composer.json中的依赖项,并在项目根目录中运行"composer update"。
在Settings.yaml中激活异常处理器并配置与您的graylog2服务器的连接
TYPO3: Flow: error: exceptionHandler: className: 'Yeebase\Graylog2\Error\Graylog2ExceptionHandler' host: '127.0.0.1' port: 12201 chunkSize: wan