Local edge functions don't log

Hi everyone, brand new to supabase so still trying to wrap my head around everything. I am struggling to see the logs for my edge function that i am developing locally. My current steps are
  1. supabase start
  2. call this edge function using another local web application
so 2 happens successfully. however i dont get any of the logs from the edge function. I also noticed if i run supabase start. it exits after giving my anon key, but from the docs i sounds like this command should stay open and then if i use console.log() in my edge function it should return here like in most other frameworks.

step 2 works correctly so i know that my log is being logged, i just cant find it.
Was this page helpful?