From 5bd325c230aee8095ddc70ae205e951db2dc228b Mon Sep 17 00:00:00 2001 From: "Krzysztof Nazarewski (kdn)" Date: Wed, 11 Jun 2025 11:44:06 +0200 Subject: [PATCH] add default logging level "revert" note (#367) --- src/pages/how-to/troubleshooting-client.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/how-to/troubleshooting-client.mdx b/src/pages/how-to/troubleshooting-client.mdx index 545eb1eb..b60b5ce9 100644 --- a/src/pages/how-to/troubleshooting-client.mdx +++ b/src/pages/how-to/troubleshooting-client.mdx @@ -197,6 +197,10 @@ Using `netbird down` and `netbird up` will not reset the log level. To permanently set the log level, see the following sections. + + The default logging level is `info`. To revert back to the original state, you can repeat the procedure with `info` instead of `debug` or `trace`. + + ### On Linux with systemd The default systemd unit file reads a set of environment variables from the path `/etc/sysconfig/netbird`.