Skip to content

Commit

Permalink
Merge pull request #233 from AdguardTeam/AGM-2230-update-instructions…
Browse files Browse the repository at this point in the history
…-on-how-to-collect-and-send-logs

change and add commands and texts
  • Loading branch information
el-termikael authored Nov 1, 2024
2 parents 7591115 + 5da3502 commit 6f8da2f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/adguard-vpn-for-linux/feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,9 @@ If you want to support the implementation of a new feature or bugfix, you can vo

1. Wait a while, then archive the logs in the *Downloads* or *Home* folder by typing:

For Linux
`adguardvpn-cli export-logs`

`zip -rj logs.zip ${XDG_DATA_HOME:-~/.local/share}/adguardvpn-cli/*.log`

For Mac

`zip -rj ~/Downloads/logs.zip ~/Library/"Application Support"/adguardvpn-cli/*.log`
The logs will be downloaded by default to the application folder, the path to the logs will be written in the console.

1. Send the log file to <[email protected]>. Specify the time of the error and attach a link to your GitHub issue or its number (it appears as #number next to the title). Alternatively, you can upload the log file to Google Drive and share it with <[email protected]>. Attach the file link to your GitHub issue.

Expand Down
10 changes: 10 additions & 0 deletions docs/adguard-vpn-for-linux/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,13 @@ To report a bug, you may need to share debug logs with the developers or support
adguardvpn-cli config set-debug-logging on

Disable this setting after exporting logs.

## Show notificatoins

The setting is responsible for the appearance of system notifications when AdGuard VPN is turned on/off or waiting for reconnection, for example:

- A user turns VPN on — the *VPN connected* notification appears.
- A user turns VPN off — the *VPN disconnected notification appears.
- A user is waiting for the VPN connection to be recovered — the *Waiting for connection* notification appears.

adguardvpn-cli config set-show-notifications on

0 comments on commit 6f8da2f

Please sign in to comment.