File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/pages/[platform]/build-a-backend/data/enable-logging Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ export const data = defineData({
4343```
4444
4545Using ` 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
You can’t perform that action at this time.
0 commit comments