3 Replies
I believe they'll be in the observability for the worker that triggered them
Weird, I'm not seeing any logs there
Hey, console.log's of deployed Workflows should be in the Observability page in the entries of rpc calls of the
run
method. Alternatively you can use wrangler tail
in your project terminal (after you deploy your worker and workflow, and before you make your requests). Ref: https://developers.cloudflare.com/workers/wrangler/commands/#tail