feat(RDSLoggingEnabled): add more supported rds engine
All checks were successful
/ deploy_site (push) Successful in 2m25s

This commit is contained in:
2025-01-06 20:48:55 +09:00
parent ec0b3afa2e
commit 1bd5a5bac3

View File

@ -73,7 +73,9 @@ export class RDSLoggingEnabled implements BPSet {
const logsForEngine: Record<string, string[]> = {
'aurora-mysql': ['audit', 'error', 'general', 'slowquery'],
'aurora-postgresql': ['postgresql'],
'docdb': ['audit', 'profiler']
'docdb': ['audit', 'profiler'],
'mysql': ['audit', 'error', 'general', 'slowquery'],
'postgresql': ['postgresql', 'upgrade'],
};
const dbClusters = await this.getDBClusters();