Overview
Canvas captures two types of runtime data for every app:- Request logs — every HTTP request hitting your app (method, path, status, duration)
- Runtime logs —
console.log/warn/error/infooutput from server functions
Request logs
Every request to your Canvas app is logged automatically — no configuration needed.Query via API
Parameters
Runtime logs
Server functionconsole output is automatically captured and stored. Each log entry includes the function route and log level.
Query via API
Studio
In Studio, the App details page has an Analytics panel with three tabs:
Both log tabs auto-refresh every 10 seconds and support filtering by time range and log level.

