Skip to content

Commit cb42779

Browse files
committed
fix audit log note
1 parent 21ecc0f commit cb42779

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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`, it will 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 the 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mysql
77
ms.topic: conceptual
8-
ms.date: 12/02/2019
8+
ms.date: 12/09/2019
99
---
1010

1111
# Audit Logs in Azure Database for MySQL
@@ -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`, it will 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 the 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)