mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-02 09:37:23 -04:00
Reduce visual noise during development by logging healthcheck requests at DEBUG level when DEPLOYMENT_MODE=DEV. Production mode continues to log healthchecks at INFO level for proper observability. Changes: - Modified /health endpoint to check deployment mode - DEV mode: logs at DEBUG level (only visible with DEBUG logging) - PROD mode: logs at INFO level (maintains current behavior) Co-Authored-By: Claude <noreply@anthropic.com>