satyarthn edited a comment on issue #9486:
URL: https://github.com/apache/airflow/issues/9486#issuecomment-919600135


   Per the Documentation
   
   `If you don't specify a prefix with this option, then the log stream is 
named after the container ID that is assigned by the Docker daemon on the 
container instance. Because it is difficult to trace logs back to the container 
that sent them with just the Docker container ID (which is only available on 
the container instance), we recommend that you specify a prefix with this 
option.`
   
   I see that in my ECS Task definition, I have the correct settings.
   
   <img width="503" alt="Screen Shot 2021-09-14 at 5 21 49 PM" 
src="https://user-images.githubusercontent.com/85149961/133356787-88977a80-978b-4a99-a00c-17cbc1c0c432.png";>
   
   
   So shouldn't the log stream be generated with the ECS Task ID and not the 
Docker Runtime Container Id? What could I be missing?
   
   


-- 
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-unsubscr...@airflow.apache.org

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


Reply via email to