Workflows logs
Another question -- where do i see logs for workflows, eg any logging that workflow does, how do i see those logs?
4 Replies
Right now you can see them with workers logs. Either by running
wrangler tail (https://developers.cloudflare.com/workers/wrangler/commands/#tail) or by accessing the workers logs on the dashboard associated with the runrpc call (like in the screen capture I'm sending). These logs won't be realtime, meaning that they'll appear once the Workflow execution has ended.
But we're working on making realtime logs possible!
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View
"HTTP API you do get that step-by-step output" --> do you have a reference doc where i can see how to get this?
yeah this is very much needed
trying to use workflows for the first time right now and the lack of observability honestly makes it a pretty bad experience
I should be able to easily see logs generated within each individual step