Logging problems with local edge function testing
Hello once again, good people of the Supabase Discord!
I'm experiencing the following issues when testing edge functions locally. I cannot see any logs, other than when a request is served with a particular function. In the past, when I did supabase functions serve, the requesting EF was noted like I mentioned before, along with any logs I put into the logic. Now I don't see my custom logs anymore.
Things I've tried:
Thanks in advance!
I'm experiencing the following issues when testing edge functions locally. I cannot see any logs, other than when a request is served with a particular function. In the past, when I did supabase functions serve, the requesting EF was noted like I mentioned before, along with any logs I put into the logic. Now I don't see my custom logs anymore.
Things I've tried:
- Stopping and starting local Supabase with the --no-backup flag
- Pruning all of the containers when Supabase was stopped
Thanks in advance!