Skip to content

Commit ab09b71

Browse files
committed
note syntax
1 parent ef88485 commit ab09b71

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

articles/mariadb/concepts-server-logs.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When logging to the server's local storage, logs are available for up to seven d
4141

4242
Logs are rotated every 24 hours or 7 GB, whichever comes first.
4343

44-
[!NOTE]
44+
> [!Note]
4545
> The above log retention does not apply to logs that are piped using Azure Monitor Diagnostic Logs. You can change the retention period for the data sinks being emitted to (ex. Azure Storage).
4646
4747
## Diagnostic logs
@@ -77,6 +77,9 @@ The following table describes what's in each log. Depending on the output method
7777
| `thread_id_s` | Thread ID |
7878
| `\_ResourceId` | Resource URI |
7979

80+
> [!Note]
81+
> For `sql_text`, log will be truncated if it exceeds 2048 characters.
82+
8083
## Analyze logs in Azure Monitor Logs
8184

8285
Once your slow query logs are piped to Azure Monitor Logs through Diagnostic Logs, you can perform further analysis of your slow queries. Below are some sample queries to help you get started. Make sure to update the below with your server name.

articles/mysql/concepts-server-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When logging to the server's local storage, logs are available for up to seven d
4141

4242
Logs are rotated every 24 hours or 7 GB, whichever comes first.
4343

44-
[!NOTE]
44+
> [!Note]
4545
> The above log retention does not apply to logs that are piped using Azure Monitor Diagnostic Logs. You can change the retention period for the data sinks being emitted to (ex. Azure Storage).
4646
4747
## Diagnostic logs

0 commit comments

Comments
 (0)