Skip to main content

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:

note

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

  1. Enable debug logging:

    adguard-cli config set log_level debug

  2. Reproduce the problem and try to remember the exact time it occurred.

  3. 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.

  4. 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.

  5. Switch the logging mode back to info:

    adguard-cli config set log_level info