Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyu99 committed Jan 13, 2025
1 parent 466bbc4 commit 3f352bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export const data = defineData({
```

Using `logging: true` applies the default configuration:
- `excludeVerboseContent: true` (see AppSync's [Request-level logs](https://docs.aws.amazon.com/appsync/latest/devguide/monitoring.html#cwl))
- `fieldLogLevel: 'none'` (see AppSync's [Field-level logs](https://docs.aws.amazon.com/appsync/latest/devguide/monitoring.html#cwl))
- `excludeVerboseContent: true` (see [AppSync's Request-level logs](https://docs.aws.amazon.com/appsync/latest/devguide/monitoring.html#cwl))
- `fieldLogLevel: 'none'` (see [AppSync's Field-level logs](https://docs.aws.amazon.com/appsync/latest/devguide/monitoring.html#cwl))
- `retention: '1 week'` (see [Enum RetentionDays](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_logs.RetentionDays.html))

## Customize logging configuration
Expand Down

0 comments on commit 3f352bb

Please sign in to comment.