uranusjr commented on issue #27672:
URL: https://github.com/apache/airflow/issues/27672#issuecomment-1314329081

   > can we see the logs for the first dag run calculation anywhere?
   
   It kind of depends. I believe the DAG parser is a part of the scheduler 
process, so it should be somewhere in the scheduler logs. But if you add the 
DAG very early, it might be buried somewhere in Airflow startup and becomes 
unvisible (due to log config). Honestly there are many parts of how Airflow log 
things that’s unclear to me as well.
   
   > This could be useful to add to the docs.
   
   An entry in under _Concepts_ that goes through how a DAG run is created 
would likely be a good idea. Would you be interested in helping out with that?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to