base44 logs
Fetch function logs for this app.Syntax
--app-id <id> or set BASE44_APP_ID.
Options
| Option | Description | Required |
|---|---|---|
--function <names> | Filter by function name(s), comma-separated. If omitted, fetches logs for all functions in the current app | No |
--since <datetime> | Show logs from this time (ISO format) | No |
--until <datetime> | Show logs until this time (ISO format) | No |
--level <level> | Filter by log level: log, info, warn, error, debug | No |
-n, --limit <n> | Number of results to return (1-1000, default: 50) | No |
--order <order> | Sort order: asc or desc (default: desc) | No |
Examples
Notes
- Authentication required. You must be logged in before fetching logs.
- App context required. Run from a linked project, or pass
--app-id/ setBASE44_APP_ID. - When multiple functions are specified, logs are merged and sorted by timestamp.
- If
--functionis omitted, logs are fetched for all functions in the current app. - The
--limitapplies after merging logs from all specified functions. - The
--sinceand--untilvalues are normalized to UTC if no timezone is provided (appendsZ).

