Today Unified Logs enters open beta. It brings logs from every service in your project into one searchable view: the API gateway, Postgres, Auth, Storage, PostgREST, Realtime, and the connection poolers.
Before this, debugging a single request meant jumping between separate log pages. You checked the API gateway logs, then Postgres logs, then Auth logs, each with its own filters and its own tab. Correlating a request across services was slow, and by the time you found the right page the context was gone.
Unified Logs puts all of that in one place.
Open Logs in the dashboard and you see every event as it happens, newest first. Each row shows the timestamp, the service, the method, the path, and the status. One row might be an API request, the next a Postgres connection, the next an Auth event, all in the same table.
The sidebar lets you narrow the stream by log type. Turn off Storage and Realtime to focus on Postgres. Turn everything back on to see the full picture. The counts next to each type update as you filter, so you know how much traffic each service is producing.










