Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/help/troubleshooting-client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ sudo netbird service start

You need to run the following commands with an elevated PowerShell or `cmd.exe` window.

```shell
```powershell
[Environment]::SetEnvironmentVariable("NB_LOG_LEVEL", "debug", "Machine")
netbird service restart
```
Expand Down Expand Up @@ -360,7 +360,7 @@ netbird service stop
In case you need to configure environment variables, you need to add them as system variables so they get picked up by
the agent on the next psexec run:

```shell
```powershell
[Environment]::SetEnvironmentVariable("PIONS_LOG_DEBUG", "all", "Machine")
````

Expand Down
Loading