fix: remaining multiline logger job_id errors and prevent grafana removal during deploy
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m34s

This commit is contained in:
2026-05-17 18:32:32 +02:00
parent 3a901548a0
commit 6a6b510e56
2 changed files with 3 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ jobs:
# backend entrypoint will see alembic is already at head → no-op # backend entrypoint will see alembic is already at head → no-op
# ────────────────────────────────────────────── # ──────────────────────────────────────────────
echo "=== [7/8] Starting all services ===" echo "=== [7/8] Starting all services ==="
docker compose up -d --remove-orphans docker compose -f docker-compose.yml -f docker-compose.monitoring.yml up -d --remove-orphans
# Wait for backend healthy # Wait for backend healthy
echo " Waiting for backend healthy..." echo " Waiting for backend healthy..."

View File

@@ -1099,12 +1099,12 @@ async def _run_translation_job(
) )
logger.info( logger.info(
"google_cloud_provider_selected", "google_cloud_provider_selected",
job_id=job_id, extra={"job_id": job_id},
) )
else: else:
logger.warning( logger.warning(
"google_cloud_key_missing_fallback_to_google", "google_cloud_key_missing_fallback_to_google",
job_id=job_id, extra={"job_id": job_id},
) )
# translation_provider reste None → legacy Google gratuit # translation_provider reste None → legacy Google gratuit