Documentation
Logs
Nouva streams build and runtime logs in real time so you can debug quickly and keep deployments moving.
Build logs
Every deployment includes a full build transcript. Use build logs to verify dependency installs, compile steps, and container creation. If a build fails, logs highlight the exact command and exit code.
Runtime logs
Runtime logs capture stdout and stderr from your services. Logs update live in the dashboard and are grouped by deployment so you can compare behavior between releases.
- Stream logs instantly during deploys and restarts.
- Filter by service and environment.
- Copy log lines to share with teammates.
Log workflow tips
- Check build logs first when a deployment fails.
- Compare runtime logs between two deployments before rolling back.
- Use consistent log prefixes to make services easier to scan.