-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve AppSync logging #145
Comments
Hi @DreamBegin, tl;dr: Unfortunately, AppSync doesn't have consistent logging coverage, so there's not a currently supported way to retrieve that info from the logs. Discussion The AWSAppSync module uses the AWSDDLog.sharedInstance.logLevel = .verbose
AWSDDLog.add(AWSDDTTYLogger.sharedInstance) That will cause all AWS SDK modules to log at level Currently, the AWSAppSync module only uses the shared logger in a few locations, and query logging isn't included in that. I am going to re-title this issue and label it as a feature request to consider for future update. Note: We recommend setting the log level to |
Thank you for opening this issue. AWS AppSync SDK for iOS entered maintenance mode in September 2023 and will receive no further updates as of September 2024. Please use Amplify Swift going forward. For information on upgrading to Amplify Swift, refer to the Upgrade from AppSync SDK documentation. |
Hello AWS Appsync Team!
Do we have a way to log the current parameters of a Mutation/Query request by a AWSClient object or anyhow? Currently i have to write method to log all the queries so it'll would be great if we can do that on all the requests to make debugging easy.
Thanks and Regards
Kuldeep Tanwar
The text was updated successfully, but these errors were encountered: