Logs
View app logs and forward them to external services via log drains.
View Logs
Section titled “View Logs”See Apps → Logs for viewing application logs.
Log Drains
Section titled “Log Drains”Forward logs to external logging services.
Add a Log Drain
Section titled “Add a Log Drain”Go to your app → Settings → Log Drains → Add Drain. Enter the drain URL.
wokku drains:add my-app syslog://logs.example.com:514curl -X POST https://wokku.cloud/api/v1/apps/my-app/log_drains \ -H "Authorization: Bearer $TOKEN" \ -d '{"url": "syslog://logs.example.com:514"}'Ask Claude: “Add a log drain to my-app pointing to syslog://logs.example.com:514”
Not available on mobile. Use Web UI or CLI.
Remove a Log Drain
Section titled “Remove a Log Drain”Go to Settings → Log Drains → click delete next to the drain.
wokku drains:remove my-app DRAIN_IDcurl -X DELETE https://wokku.cloud/api/v1/apps/my-app/log_drains/DRAIN_ID \ -H "Authorization: Bearer $TOKEN"Ask Claude: “Remove the log drain from my-app”
Not available on mobile.
Compatible Services
Section titled “Compatible Services”- Papertrail (
syslog+tls://logsN.papertrailapp.com:PORT) - Logtail (
https://in.logtail.com/...) - Datadog (
https://http-intake.logs.datadoghq.com/...) - Any syslog or HTTPS endpoint