Skip to main content

Monitor logs and activity

Use the narrowest signal that answers your question:

QuestionSurface
What did my code report?Application Logs
What changed in Liskov?Application or organization Activity
Where is this deployment?Deployment timeline
Did the bound process bootstrap and become ready?Signed runtime diagnostics
What should I do next?Action Plan

Read logs safely

Filter by Application, time range, deployment, job, runtime instance, event name, or severity when those controls are available. A successor and its predecessor may log at the same time, so always keep deployment identity in view.

Application logs are selected by customer code. They can explain business behavior but are not an authoritative lifecycle ledger. Treat any accidental credential as compromised: revoke it at the provider, rotate the managed secret, and avoid copying the record further.

Read activity

The Console provides the customer-facing activity feed. The CLI supports a bounded read:

proof liskov application activity APPLICATION_ID \
--limit 50 \
--json

Use --before EPOCH_MILLISECONDS to page backward. Prefer stable public identifiers and typed conditions over raw internal event names.

Verify a monitoring view

Check the organization and Application UID first. Then confirm the policy, deployment, job, processor, and runtime-instance IDs before correlating two records. Compare timestamps as evidence from distributed systems; do not assume every source has identical arrival time.

For emitting records, see Logging and diagnostics. For missing output, see Logs and diagnostics troubleshooting.