base44 logs
Fetch function logs for this app.Syntax
--app-id <id> or set BASE44_APP_ID.
Options
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 accept an ISO datetime, or a relative shorthand (e.g.1h,30m,2d) measured back from now. ISO values without a timezone are normalized to UTC (appendsZ). --envdefaults topreview. Ifprodreturns no logs, the app may not have been published yet — try--env previewto see draft logs.--followstreams logs indefinitely (oldest to newest) instead of a single fetch; it’s incompatible with--untiland--order.- Pass the global
--jsonflag to emit each log entry (or, with--follow, each new line) as JSON instead of the human-readable format.