Troubleshoot production issues using backend function logs. Use when investigating app errors, debugging function calls, or diagnosing production problems in Base44 apps.
npx base44 whoami
npx base44 login
base44/.app.jsonc
cat base44/.app.jsonc
base44 logs
npx base44 logs --level error
npx base44 logs --function <function_name> --level error
npx base44 logs --function <function_name> --since <start_time> --until <end_time>
--limit