I have created aws aurora mysql with serverless option. For parameter group I have set
slow_query_log = 1
slow_query_log_file = /rdsdbdata/log/slowquery/mysql-slowquery.log
log_output = TABLE
When I connect to the instance and run show global variables like '%log_out%';
it show the setting for log_out = FILE
Also I do not see any option like in instance type where I can set the log to show up in cloudwatch.
So How can I look at the slow query log for AWS Aurora Serverless