From 39c882a34701ebf3dd1e7a4aa0971ac39f07bd8c Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 4 Apr 2014 17:18:39 +0200 Subject: [PATCH] Add new processor to readme --- README.mdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.mdown b/README.mdown index 2a4c83ec..bb351c09 100644 --- a/README.mdown +++ b/README.mdown @@ -207,6 +207,7 @@ Processors - _ProcessIdProcessor_: Adds the process id to a log record. - _UidProcessor_: Adds a unique identifier to a log record. - _GitProcessor_: Adds the current git branch and commit to a log record. +- _TagProcessor_: Adds an array of predefined tags to a log record. Utilities ---------