aws / aws-appsync-community

The AWS AppSync community
https://aws.amazon.com/appsync
Apache License 2.0
506 stars 32 forks source link

[Feature Request] improve log levels #333

Closed chemdrew closed 2 months ago

chemdrew commented 1 year ago

Currently there are only 3 options for log levels: NONE, ERROR, TRACE

Tracing contains all field level stats from aws and is very noisy

Error logging only shows console.error logs and no console.log or info logs

It would be incredibly useful if there was an INFO level in appsync that would omit the aws tracing logs, but preserve any console.log messages

ATaiIsHere commented 7 months ago

Good suggestion!

onlybakam commented 2 months ago

We've added support for additional log levels - https://aws.amazon.com/about-aws/whats-new/2024/09/aws-appsync-api-monitoring-debug-info-logging-levels/

chemdrew commented 2 months ago

@onlybakam thank you!