Skip to content

Commit 873eb5f

Browse files
committed
remove extra word
1 parent cb42779 commit 873eb5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/mariadb/concepts-audit-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Other parameters you can adjust include:
2424
- `audit_log_events`: controls the events to be logged. See below table for specific audit events.
2525
- `audit_log_include_users`: MariaDB users to be included for logging. The default value for this parameter is empty, which will include all the users for logging. This has higher priority over `audit_log_exclude_users`. Max length of the parameter is 512 characters.
2626
> [!Note]
27-
> `audit_log_include_users` has higher priority over `audit_log_exclude_users`. For example, if `audit_log_include_users` = `demouser` and `audit_log_exclude_users` = `demouser`, the user will be included in the audit the logs because `audit_log_include_users` has higher priority.
27+
> `audit_log_include_users` has higher priority over `audit_log_exclude_users`. For example, if `audit_log_include_users` = `demouser` and `audit_log_exclude_users` = `demouser`, the user will be included in the audit logs because `audit_log_include_users` has higher priority.
2828
- `audit_log_exclude_users`: MariaDB users to be excluded from logging. Allows for at most four users. Max length of the parameter is 256 characters.
2929

3030
| **Event** | **Description** |

articles/mysql/concepts-audit-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Other parameters you can adjust include:
2424
- `audit_log_events`: controls the events to be logged. See below table for specific audit events.
2525
- `audit_log_include_users`: MySQL users to be included for logging. The default value for this parameter is empty, which will include all the users for logging. This has higher priority over `audit_log_exclude_users`. Max length of the parameter is 512 characters.
2626
> [!Note]
27-
> `audit_log_include_users` has higher priority over `audit_log_exclude_users`. For example, if `audit_log_include_users` = `demouser` and `audit_log_exclude_users` = `demouser`, the user will be included in the audit the logs because `audit_log_include_users` has higher priority.
27+
> `audit_log_include_users` has higher priority over `audit_log_exclude_users`. For example, if `audit_log_include_users` = `demouser` and `audit_log_exclude_users` = `demouser`, the user will be included in the audit logs because `audit_log_include_users` has higher priority.
2828
- `audit_log_exclude_users`: MySQL users to be excluded from logging. Max length of the parameter is 512 characters.
2929

3030
> [!Note]

0 commit comments

Comments
 (0)