-
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
How to log errors to cloudwatch? #3128
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. Please open a new issue if are still encountering problems. |
Any updates? |
I am also very curious how to do this? I can I stream application specific logs and aws services logs to cloudwatch to analyze them later? |
I saw this as well - I'm not sure there's any other option other than extend with a 3p solution, or roll your own lambda that pushes logs to cloudwatch via |
There's also this thread: #3524 |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
** Which Category is your question related to? **
Logging errors
** What AWS Services are you utilizing? **
Amplify, AppSync, Cloudwatch
Hello, I'm wondering how could I log errors to Cloudwatch. By errors I mean not only AppSync errors but my own. I saw this: https://aws-amplify.github.io/docs/js/logger but all it does is console.log(...)
The text was updated successfully, but these errors were encountered: