MySQL sync cluster logs
For a MySQL semi-sync Managed Database cluster, MySQL service events and slow queries are logged.
Logs can be retrieved through the Logs service. For more details on the service operation and pricing, see the General Information about the Logs service article. You can check the availability of the Logs service in regions in the Availability Matrix.
To collect cluster logs in the Logs service, enable logging. Logs can be retrieved from the service only via API. If you no longer need to collect logs, you can disable logging.
Slow request logs can be viewed in the Managed Databases section of the control panel. You do not need to enable logging in the Logs service for this.
Logs are stored for 30 days.
More about logs in the MySQL Server Logs section of the MySQL documentation.
Manage logs in the Logs service
Enable logging
You can enable logging via the API or in the Control Panel:
- when creating a cluster;
- or in an existing cluster.
Enable logging in an existing cluster
Logging uses a portion of the cluster's computing resources. To control the amount of consumed resources, monitor the cluster node metrics. For more information on how to view metrics, see the article Monitoring of the cluster, nodes and databases MySQL sync.
- In the Control Panel, in the top menu, click Products and select Managed Databases.
- Open the Active tab.
- Open the cluster page → Settings tab.
- In the Logging block, in the Log service field, click Connect.
- Select a log group or create a new group.
- If you selected a new group, enter its name.
- Click Save.
Get logs
Use the Get logs instruction in the Logs section.
Event streams mysql.log-<instance_id> and slow.log-<instance_id> will be created, where <instance_id> is the MySQL sync cluster node identifier.
Logged events are defined by the log_error_verbosity = 1 parameter, so only events of the ERROR level are logged. See the description of log fields for a MySQL sync cluster.
Disable logging
- In the Dashboard, on the top menu, click Products and select Managed Databases.
- Open the Active tab.
- Open the cluster page → Settings tab.
- In the Logging block, in the Log service field, click .
- Uncheck the Collect cluster technical logs to log service checkbox.
- Click Save.
View slow query logs in the control panel
By default, database queries that take longer than two seconds are considered slow. To change this value, change in the DBMS settings the long_query_time parameter.
In the logs, you can see what the slow query looked like, its duration, and when and which user performed it. Queries can be filtered by time range, cluster nodes, and databases.
- In the control panel, click Products in the top menu and select Managed Databases.
- Open the Active tab.
- Open the cluster page → Logs tab.
- Enter the time range for which you want to display logs. Logs are stored for 30 days.
- Select the cluster nodes and databases for which you need to collect logs.
- The list displays the first 200 queries. To view all queries for the specified time range, click Download logs. See the description of log fields for a MySQL sync cluster.
Log fields
MySQL
Slow queries