From 82d3414b103f07abbd2db4ecd91f0c1632585abe Mon Sep 17 00:00:00 2001 From: Henry Chang Date: Sun, 15 Jan 2017 11:54:51 -0800 Subject: [PATCH] Add Python logging handler MQTTHandler --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a9243b..7a1c38e 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [graylog-plugin-mqtt](https://github.com/Graylog2/graylog-plugin-mqtt) - MQTT Input Plugin for Graylog. * [mqtt2graphite](https://github.com/jpmens/mqtt2graphite) - Subscribe to MQTT topics and push to Graphite's Carbon server. * [influx4mqtt](https://github.com/hobbyquaker/influx4mqtt) - Subscribe to MQTT topics and insert into InfluxDB. +* [mqtthandler](https://github.com/changyuheng/MQTTHandler) - A Python logging handler module for MQTT. #### Smart Home Hardware Interfaces