From ce8a2da24ea5933f872c813e15e885fbba2a47a5 Mon Sep 17 00:00:00 2001 From: Viktor Liu <17948409+lixmal@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:58:53 +0200 Subject: [PATCH] Adjust docs to reflect state restoration on debug for (#200) --- src/pages/how-to/troubleshooting-client.mdx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/pages/how-to/troubleshooting-client.mdx b/src/pages/how-to/troubleshooting-client.mdx index 4869b5f5..73c197e4 100644 --- a/src/pages/how-to/troubleshooting-client.mdx +++ b/src/pages/how-to/troubleshooting-client.mdx @@ -101,10 +101,7 @@ netbird debug for 5m -A To capture any issues arising during a full `up`/`down` cycle, this will bring netbird `down`, set the log level to `trace`, and bring it back `up`. After 5 minutes netbird will be brought down again and the debug bundle will be generated. - - - Netbird won't be automatically brought back up after the debug bundle is generated. - +Afterwards the netbird `up`/`down` state and the log level will be restored to the previous state. ## Enabling debug logs on agent