Skip to content

Commit

Permalink
Keep info about getting all the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriesen authored Jan 8, 2024
1 parent 8de210a commit 021c534
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/guide/usage/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ To enable debug logging in the Zigbee2MQTT Docker container add `-e DEBUG=zigbee
- Toggle the option: `zigbee_herdsman_debug`
- Click `Save`, and when prompted to restart, click `Restart add-on`

Herdsman debug logs should now be available in the log tab.
Herdsman debug logs should now show up on the `Logs` tab for the addon.

To grab all the logs, log in via SSH and execute:

```
docker logs CONTAINER_ID > log.txt 2>&1
```

## Change log level during runtime
See [MQTT topics and message structure](./mqtt_topics_and_messages.md)

0 comments on commit 021c534

Please sign in to comment.