It might be naive question but i am

It might be naive question but i am having hard time seeing console output. i have a workflow that makes call to AWS lambda and for some reasons lambda is returning error, to debug, i have added logs, which do not appear in workflow dashboard, and i see nothing in wrangler tail. is there any guide or recommendation on how to debug the workflow?
2 Replies
sdr
sdr5w ago
Ive experienced this too, where logs seem to get swallowed on an exception. Or they take 1-2 mins to show up. My only "fix" was to run them again, add more try catch inside of the step and try and log from there
Boragorn
Boragorn5w ago
Good to know! I noticed that sometimes it only works if I re-trigger my workflow from the entry point (worker entry point). However, when I try to trigger it from the platform, the logs seem to be going somewhere else. I wait 2-5 minutes but nothing shows up

Did you find this page helpful?