Building a MySQL DataBase with GCP's CloudSQL. To check Slow Query in MySQL, we have enabled the following labels
[Label]
slow_query_log: on
log_output: file
long_query_time: 3
After configuring the above settings, I checked the mysql-slow.log of the relevant MySQL file in the Log Explorer, but it was recorded as a slow query with a query_time of less than 3 seconds, and I cannot check the slow query as configured in the Log Explorer. I can't see the configured slow query in the log explorer.
What is the problem? Thank you very much for your help.