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
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m34s
This commit is contained in:
@@ -1099,12 +1099,12 @@ async def _run_translation_job(
|
||||
)
|
||||
logger.info(
|
||||
"google_cloud_provider_selected",
|
||||
job_id=job_id,
|
||||
extra={"job_id": job_id},
|
||||
)
|
||||
else:
|
||||
logger.warning(
|
||||
"google_cloud_key_missing_fallback_to_google",
|
||||
job_id=job_id,
|
||||
extra={"job_id": job_id},
|
||||
)
|
||||
# translation_provider reste None → legacy Google gratuit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user