-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
console.warn logged as error | want help with fixing this bug #307
Comments
Thanks for reporting this @EllisCallaghan. Technically, not an edge runtime issue but I'll leave this issue open till we fix it in the Supabase Dashboard. |
oh ok cool, just curious where is the code for this? how does the edge functions log work? |
@laktek to word that more precisely how does supabase generate data for console logs in edge functions? Thanks! |
@EllisCallaghan In the hosted platform, an internal service (closed source) is responsible for piping the edge function logs to the destination. So unfortunately, someone from the internal Supabase team needs to fix it. |
ok cool thanks man |
Just want to +1 this. Having the same issue. Hoping to have my logging broken up by category so it's easier to track down problems. |
Yeah having the same issue :) |
Very related to this, the So the mapping I've observed so far is: javascript function => supabase edge function log severity |
+1 p.s. |
I also having this issue please fix |
Bug report
Describe the bug
supabase/supabase#22395
this bug was posted in the supabase main repo and I have been trying to fix it, it seems like the error is not from that repo but in this one, I want to try and fix it, can you guys point me to where the logging for edge functions is written so I can try and fix it?
To Reproduce
open supabase dashboard and go to edge function logs
Expected behavior
console.warn displays a yellow WARNING log
Screenshots
The text was updated successfully, but these errors were encountered: