mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 09:38:59 +00:00
16 lines
344 B
Markdown
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
|
|
```
|