From 010cbd650dc80e113d54bf849fa9fcfcb8b68c32 Mon Sep 17 00:00:00 2001 From: Westin Shafer Date: Sun, 17 Jun 2018 09:39:20 -0600 Subject: [PATCH] Update docs for GelfHandler (#1020) Updated docs to reflect the dependency of package graylog2/gelf-php in order to work --- doc/02-handlers-formatters-processors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/02-handlers-formatters-processors.md b/doc/02-handlers-formatters-processors.md index 9484c91e..4df87c22 100644 --- a/doc/02-handlers-formatters-processors.md +++ b/doc/02-handlers-formatters-processors.md @@ -48,6 +48,7 @@ - [_AmqpHandler_](../src/Monolog/Handler/AmqpHandler.php): Logs records to an [amqp](http://www.amqp.org/) compatible server. Requires the [php-amqp](http://pecl.php.net/package/amqp) extension (1.0+). - [_GelfHandler_](../src/Monolog/Handler/GelfHandler.php): Logs records to a [Graylog2](http://www.graylog2.org) server. + Requires package [graylog2/gelf-php](https://github.com/bzikarsky/gelf-php). - [_CubeHandler_](../src/Monolog/Handler/CubeHandler.php): Logs records to a [Cube](http://square.github.com/cube/) server. - [_RavenHandler_](../src/Monolog/Handler/RavenHandler.php): Logs records to a [Sentry](http://getsentry.com/) server using [raven](https://packagist.org/packages/raven/raven).