From 021c534345becfb48849958374ebe33624491c51 Mon Sep 17 00:00:00 2001 From: Andrej Friesen Date: Mon, 8 Jan 2024 21:37:14 +0100 Subject: [PATCH] Keep info about getting all the logs --- docs/guide/usage/debug.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/guide/usage/debug.md b/docs/guide/usage/debug.md index f55ef3002594f..2a00fd156028a 100755 --- a/docs/guide/usage/debug.md +++ b/docs/guide/usage/debug.md @@ -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)