Overview
Render supports HTTP log streams that forward your service logs to external destinations. Point them at Squasher to capture errors from all your Render services. If you use the Log Connectors screen in Squasher, create the Render connector first and copy the managed endpoint and ingest key from there. The manual URL below uses the same drain destination shape.Setup
1
Get your drain URL
Your Squasher drain URL:
2
Add the log stream in Render
- Go to your Render dashboard
- Navigate to Account Settings > Log Streams
- Click Add Log Stream
- Set the endpoint to your drain URL
- Add a custom header:
x-squasher-key: sq_pk_your_api_key - Click Save
3
Verify
Trigger an error in your Render service. It appears in your Squasher dashboard within seconds.
What Gets Captured
Squasher ingests all Render log entries and detects errors via:- Severity field:
error,fatal,critical - Message heuristics: lines containing
Error,Exception,panic,fatal - HTTP status codes >= 500 (for web services)