-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
ConsoleLogger: bind console.debug for logger.debug #12690
Conversation
Hey, @sjdeak 👋. Apologies for the delayed response on this PR, but thank you for your contribution! We're going to be testing this PR and considering it for merging, so we'll follow up with any questions or updates very soon. Thank you for your patience. |
@ashwinkumar6 Let me know your suggestion to this change, willing to contribute. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @sjdeak,
Thanks for raising the PR, appreciate the contribution. I've added in a minor suggestion to also bind console.info
To unblock CI could you please add in these changes as well. |
Thanks! It's traditional festival in my country will soon response once when I'm back to work. |
Hey @sjdeak, |
3175cd8
Hi @ashwinkumar6 @ashika112 , has addressed comments and fixed the failed test case(also verified locally), please check, thanks. |
c0479e9
Hi @ashwinkumar6 could we merge the PR in next week? Really looking forward to see a cleaner console log when using Amplify, thanks! |
Thanks for your patience @sjdeak. We're exploring making this update an opt-in feature to avoid any breaking changes, For example we could introduce a property to toggle for users to enable at their discretion. I'm currently away and will be back in a week. Once I return, I'll work on finalizing this approach. |
Understood. thank you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🎉
a0be4bb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you 👍 Ship it!!
Great, @ashwinkumar6 thank you very much ! it is such a great experience work with you team. |
Description of changes
Issue #, if available
console.log
is used under the hood.console.debug
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.