Render
Add a workspace-wide Render log stream pointed at Sazabi to forward service logs without connecting a Render API key.
About
Send your Render service logs — from web services, background workers, cron jobs, and databases — to Sazabi by configuring a workspace-wide log stream in the Render dashboard.
Render also has a Connect your account path where Sazabi sets up a per-service log stream for each service you pick. See Render account connection page for that setup.
This log stream is workspace-wide — Render sends logs from every service in the workspace. To forward logs from individual services only, connect your Render account and Sazabi sets up a per-service log stream for each one.
Prerequisites
- A Render workspace.
- Your Sazabi intake URL and stream token (both shown in the log stream setup panel above).
Set up in the dashboard
Open Log Streams
In your Render dashboard, open the workspace you want to forward, then go to Workspace Settings > Log Streams and add a log stream.
Set endpoint and token
Paste the endpoint and token (shown above in the log stream setup panel) into the log stream form.
Save
Save the log stream. Render begins forwarding logs immediately.
Set up with the CLI
You can also register the Render log source with the Sazabi CLI (installed and authenticated — see CLI reference).
Registering the source mints the same intake URL the dashboard shows above (the public key is embedded in its hostname):
sazabi log-sources create render --mode connectionlessThe command prints the intake URL for the new source — copy the whole URL and point your sender at it using the configuration shown above. Run sazabi log-sources get <log-source-id> at any time to reprint the endpoint, or sazabi log-sources list to see every log source in the project.
Verify
Trigger activity in your Render workspace — deploy a service or hit an application route. Open the Intake page in the Sazabi dashboard and confirm logs from the Render source appear. Logs typically appear within a few minutes of the activity.
Troubleshooting
No logs after saving — Confirm you used the endpoint and token shown in the Sazabi log stream setup panel, not a generic HTTPS URL. Render's log stream uses a separate stream token for authentication, not the public key embedded in the intake hostname.
Logs from services you did not expect — This path is workspace-wide. Render sends logs from every service in the workspace. To scope to specific services, connect your Render account instead.