Vorynza
Vorynza
DashboardPricingDocumentation
Host overviewDeploying Next.jsDeploying ViteEnvironment variablesCustom domainsDeploymentsLogs
Host

Logs

Live-tailing and searchable logs for builds and function invocations.

Your app's Logs tab brings build output and, for Next.js apps, runtime function invocations into a single view.

Sources

SourceWhat it showsApplies to
BuildInstall/build command output for a deploymentEvery app
FunctionEach request your server handles — method, route, status code, duration, cold startsNext.js apps only

Vite apps have no running server, so only build logs apply — the Function filter is disabled for static apps.

Live vs. historical

The Logs page defaults to Live — a real-time stream of new activity. Switch the time range to Last hour, Last 24 hours, Last 7 days, or Last 14 days to search history instead; logs are retained for 14 days.

Filtering

Combine filters freely: deployment, source (Build/Function), level (Info/Warn/Error), and a text search. Changing a filter never loses what's already on screen — it re-filters what's buffered, it doesn't reconnect the live stream.

Inspecting a single entry

Click any log line to open its full detail: complete message, deployment, request ID, duration, memory used, and whether it was a cold start. Copy the message or request ID directly from there.

Deployments

Auto-deploy on push, preview deployments, rollback, and deployment status.

Postgres guide

Connect your Vorynza database with Prisma, Drizzle, psql, or any Postgres client.

On this page

SourcesLive vs. historicalFilteringInspecting a single entry