You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/18 22:07:02 UTC

[GitHub] [airflow] dddevis commented on issue #25706: `conn_id` for S3 logging isn't defined using SecretsManagerBackend

dddevis commented on issue #25706:
URL: https://github.com/apache/airflow/issues/25706#issuecomment-1220019248

   @Taragolis I've set the logging level to "DEBUG" and I see this instead:
   
   ```
   *** Failed to verify remote log exists s3://devis-us-east-1/airflow_logs/dag_id=my_dag/run_id=scheduled__2022-08-17T06:00:00+00:00/task_id=my_task/attempt=1.log.
   The conn_id `airflow-remote-logging-conn` isn't defined
   *** Falling back to local log
   *** Trying to get logs (last 100 lines) from worker pod my_task-f6b5e030da01477cb379a6a4f6ece722 ***
   
   *** Unable to fetch logs from worker pod my_task-f6b5e030da01477cb379a6a4f6ece722 ***
   (404)
   Reason: Not Found
   HTTP response headers: HTTPHeaderDict({'Audit-Id': 'c0e930ec-c774-4116-ba08-9bdd5999f90c', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Date': 'Thu, 18 Aug 2022 22:05:20 GMT', 'Content-Length': '294'})
   HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"pods \\"my_task-f6b5e030da01477cb379a6a4f6ece722\\" not found","reason":"NotFound","details":{"name":"my_task-f6b5e030da01477cb379a6a4f6ece722","kind":"pods"},"code":404}\n'
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org