home-assistant.io/source/_docs/mqtt/logging.markdown
2017-04-16 09:04:02 +02:00

24 lines
471 B
Markdown

---
layout: page
title: "MQTT Logging"
description: "Instructions how to setup MQTT Logging within Home Assistant."
date: 2015-08-07 18:00
sidebar: true
comments: false
sharing: true
footer: true
logo: mqtt.png
redirect_from: /components/mqtt/#logging
---
The [logger](/components/logger/) component allow the logging of received MQTT messages.
```yaml
# Example configuration.yaml entry
logger:
default: warning
logs:
homeassistant.components.mqtt: debug
```