From ca07fcad2d03a8fee3fa8c4bb5dfbd02cfbf4e94 Mon Sep 17 00:00:00 2001 From: Malcolm Stewart Date: Thu, 19 Feb 2026 19:31:22 -0500 Subject: [PATCH] Increate OTBR log level --- home_assistant.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home_assistant.yaml b/home_assistant.yaml index 8d775ef..645c42c 100644 --- a/home_assistant.yaml +++ b/home_assistant.yaml @@ -82,7 +82,7 @@ OT_RCP_DEVICE: "spinel+hdlc+uart:///dev/ttyACM5?uart-baudrate=460800" OT_INFRA_IF: "eth0" OT_THREAD_IF: "wpan0" - OT_LOG_LEVEL: "1" + OT_LOG_LEVEL: "7" OT_REST_LISTEN_ADDR: "0.0.0.0" OT_REST_LISTEN_PORT: "8981" OT_WEB_LISTEN_ADDR: "0.0.0.0"