From c540e90f17c8452c8dfbd1c8bdc1a4d8f9f7d938 Mon Sep 17 00:00:00 2001 From: Michael Desa Date: Thu, 21 Sep 2017 09:12:50 -0400 Subject: [PATCH] Add Changelog entry for logging refactor --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6de1c263..4cd0c6915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - [#1545](https://github.com/influxdata/kapacitor/pull/1545): Add support for timeout, tags and service template in the Alerta AlertNode - [#1568](https://github.com/influxdata/kapacitor/issues/1568): Add support for custom HTTP Post bodies via a template system. - [#1569](https://github.com/influxdata/kapacitor/issues/1569): Add support for add the HTTP status code as a field when using httpPost +- [#1535](https://github.com/influxdata/kapacitor/pull/1535): Add logfmt support and refactor logging. ### Bugfixes