Logging
You’ll stream logs from running instances — usually as soon as apps print to standard output.
Open logs
- Select your cluster.
- Open the app → Logs.
- Pick an instance if more than one copy is running.
- Watch the stream while you reproduce the issue.
If the UI asks you to enable logging components first, confirm and wait until setup finishes, then open Logs again.
You’re done when
- Selecting an instance shows recent lines.
- New lines appear when the app prints output.
If it fails
| Symptom | Fix |
|---|---|
| Empty stream | Process may not write to stdout/stderr, or it crashes before printing — check status |
| Wrong lines | Select the correct instance when you have multiple copies |
| Feature missing | Confirm the cluster is selected; open a support ticket if setup never completes |
For shell inspection use Terminal. For “is the public URL up?” use Argus.