Skip to content

Commit 3f352bb

Browse files
committed
update link
1 parent 466bbc4 commit 3f352bb

File tree

1 file changed

+2
-2
lines changed
  • src/pages/[platform]/build-a-backend/data/enable-logging

1 file changed

+2
-2
lines changed

src/pages/[platform]/build-a-backend/data/enable-logging/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ export const data = defineData({
4343
```
4444

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

5050
## Customize logging configuration

0 commit comments

Comments
 (0)