feat(RDSLoggingEnabled): add more supported rds engine
All checks were successful
/ deploy_site (push) Successful in 2m25s
All checks were successful
/ deploy_site (push) Successful in 2m25s
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user