Can you actually see the console.logs

Can you actually see the console.logs anywhere?
3 Replies
jordanfinners
jordanfinners2w ago
I believe they'll be in the observability for the worker that triggered them
Isak
IsakOP2w ago
Weird, I'm not seeing any logs there
Olga Silva
Olga Silva2w ago
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

Did you find this page helpful?