Logs
View application logs to debug issues and monitor behavior.
#View Logs
Go to your app → Logs tab. Logs stream in real-time.
bash
wokku logs my-app
wokku logs my-app --num 200
wokku logs my-app --tail
bash
curl https://wokku.dev/api/v1/apps/my-app/logs?lines=100 \
-H "Authorization: Bearer $TOKEN"
Ask Claude: “Show me the logs for my-app”
Tap your app → Logs tab.
#Log Drains
Forward logs to external services. See Monitoring → Logs for log drain setup.