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

Open chemdrew opened 10 months ago

chemdrew commented 10 months 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 4 months ago

Good suggestion!