- “What is my running app doing right now?”
- “Why did this deploy fail or hang?”
Runtime Logs
Usefloo logs for what the running app is emitting after deploy.
Build Logs
Use deploy logs for what happened during build and rollout.Live Deploy Watch
Usefloo deploys watch when a deploy is in flight and you want the fastest end-to-end view:
A Practical Debug Loop
- Find the deploy you care about.
- Read build logs if the deploy failed before going live.
- Read runtime logs if the deploy succeeded but the app is broken.
- Fix config or env vars.
- Deploy again or let the next push trigger a redeploy.
For Agents
Use JSON mode when an agent needs to parse the result:Dashboard Surface
The shipped app detail view exposes:- service logs panels
- deploy history panels
- service-level status and env views