home-assistant.io/source/_docs/mqtt/logging.markdown
Stefan 911a2c585e
Fix broken links (#19619)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-10-11 12:49:46 +02:00

16 lines
344 B
Markdown

---
title: "MQTT Logging"
description: "Instructions on how to setup MQTT Logging within Home Assistant."
logo: mqtt.png
---
The [logger](/integrations/logger/) integration allows the logging of received MQTT messages.
```yaml
# Example configuration.yaml entry
logger:
default: warning
logs:
homeassistant.components.mqtt: debug
```