Debugging is an essential part of development. Kaizen AI provides tools and logs to help pinpoint and resolve issues quickly.
Use logs/ directory or Docker stdout for system-wide logs
logs/
Filter logs by service name or timestamp
Enable debug mode via environment variable DEBUG=true
DEBUG=true
4xx: Authentication, rate limits, invalid queries
4xx
5xx: Internal errors or upstream failures
5xx
Error responses include code, message, and traceId for debugging
code
message
traceId
API Explorer: Test endpoints with live feedback
DB Inspector: Validate schema integrity and data mapping
Score Simulator: Replay past token events and score transitions
Integrated Prometheus/Grafana for real-time metrics
Watch memory, CPU, and response times per endpoint
Internal /status endpoints for each service
/status
Cron-based heartbeat pings and uptime logs
Last updated 7 months ago