Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyu99 committed Oct 1, 2024
1 parent ad5bb4e commit b8c7bd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/amplify-graphql-transformer-core/src/graphql-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { Construct } from 'constructs';
import { TransformerSchema } from './cdk-compat/schema-asset';
import { DefaultTransformHost } from './transform-host';
import { setResourceName } from './utils';
import { RetentionDays } from 'aws-cdk-lib/aws-logs';

export interface GraphqlApiProps {
/**
Expand Down Expand Up @@ -302,6 +303,7 @@ export class GraphQLApi extends GraphqlApiBase implements GraphQLAPIProvider {
cloudWatchLogsRoleArn: role.roleArn,
excludeVerboseContent: config.excludeVerboseContent,
fieldLogLevel: config.fieldLogLevel,
retention: RetentionDays.ONE_WEEK,
};
}

Expand Down

0 comments on commit b8c7bd4

Please sign in to comment.