Operations¶
Operational guides, logging, and ETL processes.
Guides¶
Logging Guide¶
Logging configuration: - Log levels - Structured logging - Log aggregation - Debugging
Batch Import Guide¶
Bulk data import: - Import format - Batch processing - Error handling
Integration Guide¶
ETL integrations: - External data sources - Import pipelines - Data transformation
Log Commands¶
# View function logs
supabase functions logs <function-name>
# View logs with tail
supabase functions logs <function-name> --tail
# View logs for specific time range
supabase functions logs <function-name> --since 1h
Related Documentation¶
- Deployment - Production deployment
- Troubleshooting - Debugging issues