Sending feedback
Report a problem or suggest a feature
If you’ve found a bug in AdGuard for Linux or would like to suggest a new feature, here’s how to do it:
- Fill out the feedback form.
- Create a GitHub issue. But before you do, check the repository for similar issues.
If you want to support the implementation of a new feature or bugfix, you can vote for it on GitHub. To vote, just react with some emoji.
Collect and send logs
- Enable debug logging: - adguard-cli config set log_level debug
- Reproduce the problem and try to remember the exact time it occurred. 
- Wait a while, then export the logs: - adguard-cli export-logs- The archived log file will be downloaded to the application folder by default, and the path to the logs will be written to the console. 
- Send the log file to devteam@adguard.com. 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 devteam@adguard.com. Attach the file link to your GitHub issue. 
- Switch the logging mode back to - info:- adguard-cli config set log_level info