-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[BUG] Apollo.io triggers are not logging anything #15841
Comments
Hi @andrewjschuang I made a few changes in the code as you can see in the PR and in addition to that in order to answer your questions the user can see in the event console the following logs right after running one polling source.
I also made sure the triggers were working as expected with local tests. |
Cool, thanks @jcortes! I noticed the param |
@andrewjschuang Oh yes I forgot to mention that I put |
@jcortes got it, but are the request / responses being logged? That param is only useful if the user can see the request, but we aren't logging them in the code it seems |
@andrewjschuang yes that flag is to log both requests and responses |
@jcortes ah thanks, the lib prints it -- makes sense! |
Hi everyone, all test cases are passed! Ready for release! |
Describe the bug
We need logs to help troubleshoot the trigger. Would be helpful to be able to answer these questions:
The text was updated successfully, but these errors were encountered: