SupabaseS
Supabase2y ago
Igor

`raise notice` doesn't show up in Postgres logs using CLI?

While trying to debug a function locally using Supabase CLI, added raise notice to see it if actually fires, but it wouldn't.

So I decided to just write
DO $$ 
BEGIN 
  RAISE NOTICE 'hello'; 
END $$;

And there's still nothing in the Logs. Is something broken?
Supabase 1.127.3 via Brew.
CleanShot_2023-12-30_at_15.56.57.png
CleanShot_2023-12-30_at_15.56.55.png
Was this page helpful?