mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-05 10:38:58 +00:00

* e.g. to e.g., and proper case for Home Assistant * Instructions how to -> Instructions on how to
23 lines
433 B
Markdown
23 lines
433 B
Markdown
---
|
|
layout: page
|
|
title: "MQTT Logging"
|
|
description: "Instructions on 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
|
|
---
|
|
|
|
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
|
|
```
|
|
|