From 81455d8331f059b1838dafc68c3ed6b402066d7e Mon Sep 17 00:00:00 2001 From: Oliver Byford Date: Mon, 16 Sep 2013 10:23:02 +0100 Subject: [PATCH] Remove separate V1 formatter from the read me. --- README.mdown | 1 - 1 file changed, 1 deletion(-) diff --git a/README.mdown b/README.mdown index 876f513e..1d5d13ca 100644 --- a/README.mdown +++ b/README.mdown @@ -183,7 +183,6 @@ Formatters - _ChromePHPFormatter_: Used to format log records into the ChromePHP format, only useful for the ChromePHPHandler. - _GelfFormatter_: Used to format log records into Gelf message instances, only useful for the GelfHandler. - _LogstashFormatter_: Used to format log records into [logstash](http://logstash.net/) event json, useful for any handler listed under inputs [here](http://logstash.net/docs/1.1.5/). -- _LogstashV1Formatter_: Used to format log records into [logstash](http://logstash.net/)'s '[version 1](https://logstash.jira.com/browse/LOGSTASH-675)' event json (for 1.2.0 and newer). Processors ----------