diff --git a/homeassistant/components/influx.py b/homeassistant/components/influx.py index 78c3d15787e..5de2f3bdd73 100644 --- a/homeassistant/components/influx.py +++ b/homeassistant/components/influx.py @@ -113,7 +113,7 @@ def setup(hass, config): try: influx.write_points(json_body) except exceptions.InfluxDBClientError: - _LOGGER.error("Field type conflict") + _LOGGER.exception('Error saving event to Influx') hass.bus.listen(EVENT_STATE_CHANGED, event_listener)