Vai al contenuto principale
View logs from your backend functions in the terminal. By default the command returns the 50 most recent log entries across all functions for the target app. Use flags to filter by function name, time range, or adjust the number of results.

Usage

Run from a linked project directory to fetch logs for the app in .app.jsonc, or target any app on your account by passing --app-id or setting the BASE44_APP_ID environment variable. With an explicit app id, you can run logs from anywhere on your machine, including against apps you built in the Base44 online app editor and never linked locally.

Flags

Output format

The output is a list of log entries sorted by time. Each entry shows the timestamp, level, function name in brackets, and log message. For example:
The log level reflects the console method used in your function code: The output also includes system-level entries from Deno Deploy, such as isolate startup times. The log level for these entries is assigned by Deno Deploy.
The base44-troubleshooter skill teaches your agent to fetch and analyze logs for you. Try asking it to “show me all errors from the last hour.”

See also