Skip to content

Commit

Permalink
Merge pull request #561 from AdguardTeam/typos-and-formatting-fixes
Browse files Browse the repository at this point in the history
logs: replace record with collect
  • Loading branch information
el-termikael authored Aug 28, 2024
2 parents 0c8d44d + 781d37b commit e67f239
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/adguard-for-android/features/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Under *App and filter updates*, you can configure automatic filter updates and s

*Watchdog* helps protect AdGuard from being disabled by the system ([read more about Android's battery save mode](/adguard-for-android/solving-problems/background-work/)). The value you enter will be the interval in seconds between watchdog checks.

*Logging level* defines what data about the app's operation should be logged. By default, the app collects the data about its events. The *Debug* level logs more events — enable it if asked by the AdGuard team to help them get a better understanding of the problem. [Read more about recording and sending logs](/adguard-for-android/solving-problems/log/)
*Logging level* defines what data about the app's operation should be logged. By default, the app collects the data about its events. The *Debug* level logs more events — enable it if asked by the AdGuard team to help them get a better understanding of the problem. [Read more about collecting and sending logs](/adguard-for-android/solving-problems/log/)

![Advanced *mobile_border](https://cdn.adtidy.org/blog/new/vshfnadvanced.png)

Expand Down
6 changes: 3 additions & 3 deletions docs/adguard-for-android/solving-problems/log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: How to record debug logs
title: How to collect debug logs
sidebar_position: 2
---

Expand All @@ -15,7 +15,7 @@ Data and/or files provided in logs are processed in accordance with [the AdGuard

:::

In this article, we'll guide you through the process of recording debug logs, an essential troubleshooting step for solving complex issues that may potentially arise. Debug logs provide detailed insight into the inner workings of AdGuard for Android. If the AdGuard support team asks you to provide debug logs, simply follow these instructions.
In this article, we'll guide you through the process of collecting debug logs, an essential troubleshooting step for solving complex issues that may potentially arise. Debug logs provide detailed insight into the inner workings of AdGuard for Android. If the AdGuard support team asks you to provide debug logs, simply follow these instructions.

:::note

Expand All @@ -25,7 +25,7 @@ AdGuard is committed to protecting your privacy. We strictly follow our [Privacy

### Recording debug log

To record **debug** log and send it to us, you need to perform following steps:
To collect **debug** log and send it to us, you need to perform following steps:

1. Go to *Settings**General**Advanced*.
1. Tap *Logging level* and set it to *Debug*.
Expand Down
2 changes: 1 addition & 1 deletion docs/adguard-for-android/solving-problems/logcat.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Data and/or files provided in logs are processed in accordance with [the AdGuard

:::

Sometimes a regular log may not be sufficient to identify the origin of the problem. In such cases a system log is needed. Below are instructions on how to get it: via Developer options and Logcat.
Sometimes a regular log may not be sufficient to identify the origin of the problem. In such cases a system log is needed. Below are instructions on how to collect and get it: via Developer options and Logcat.

:::note

Expand Down
6 changes: 3 additions & 3 deletions docs/adguard-for-safari/solving-problems/logs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: How to record logs in AdGuard for Safari
title: How to collect logs in AdGuard for Safari
sidebar_position: 4
---

Expand All @@ -9,9 +9,9 @@ This article is about AdGuard for Safari, which safeguards only your Safari brow

:::

To analyze and diagnose various problems that may occur with AdGuard for Safari, the AdGuard support service may need its log files. These files contain records of errors and other software events. Below are brief instructions on how to record logs and send them to support if necessary.
To analyze and diagnose various problems that may occur with AdGuard for Safari, the AdGuard support service may need its log files. These files contain records of errors and other software events. Below are brief instructions on how to collect logs and send them to support if necessary.

### How to record logs
### How to collect logs

1. Open AdGuard for Safari app.
2. Scroll down and click *Export logs*.
Expand Down
2 changes: 1 addition & 1 deletion docs/adguard-for-windows/features/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This article covers AdGuard for Windows, a multifunctional ad blocker that prote

### General settings

Here you can set the language and theme (Dark or Light), enable AdGuard launching at system start-up and silent automatic updates, choose the update channel and filter update check interval. Also Settings is the place to go if AdGuard for Windows is not working properly and the support team asked you to [record *Debug logs*](/adguard-for-windows/solving-problems/adguard-logs.md).
Here you can set the language and theme (Dark or Light), enable AdGuard launching at system start-up and silent automatic updates, choose the update channel and filter update check interval. Also Settings is the place to go if AdGuard for Windows is not working properly and the support team asked you to [collect *Debug logs*](/adguard-for-windows/solving-problems/adguard-logs.md).

![Advanced Settings *mobile_border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/overview/advanced-settings.png)

Expand Down
6 changes: 3 additions & 3 deletions docs/adguard-for-windows/solving-problems/adguard-logs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: How to record AdGuard logs
title: How to collect AdGuard logs
sidebar_position: 3
---

Expand Down Expand Up @@ -33,7 +33,7 @@ AdGuard is committed to protecting your privacy. We strictly follow our [Privacy

We strongly advise to take note of the exact time when you reproduced the issue: it will help our support team to find relevant log entries and solve the problem faster.

1. Export the recorded logs using the *Export Logs* button.
1. Export the collected logs using the *Export Logs* button.

![Export logs *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/solving-problems/adg-logs-2.png)

Expand Down Expand Up @@ -65,7 +65,7 @@ If you have an older version of AdGuard for Windows, run the application with th

We strongly advise to take note of the exact time when you reproduced the issue: it will help our support team to find relevant log entries and solve the problem faster.

1. Export the recorded logs using the *Export Logs* button.
1. Export the collected logs using the *Export Logs* button.

![Export logs *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/solving-problems/adg-logs-2.png)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: How to record AdGuard installation logs
title: How to collect AdGuard installation logs
sidebar_position: 4
---

Expand Down
2 changes: 1 addition & 1 deletion docs/adguard-for-windows/solving-problems/system-logs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: How to record Windows system logs
title: How to collect Windows system logs
sidebar_position: 5
---

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/report-bugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Try to provide as many details as possible — that'll make it easier for us to
- Whether it recurred and with what frequency
- Whether you have a VPN or an antivirus software

### How to record logs
### How to collect logs

Read about recording logs in dedicated articles for each platform.
Read about collecting logs in dedicated articles for each platform.

## How to vote for bug reports or feature requests

Expand Down

0 comments on commit e67f239

Please sign in to comment.