eladkal commented on code in PR #35929:
URL: https://github.com/apache/airflow/pull/35929#discussion_r1414468016


##########
airflow/dag_processing/processor.py:
##########
@@ -168,18 +168,8 @@ def _handle_dag_file_processing():
             result_channel.send(result)
 
         try:
-            DAG_PROCESSOR_LOG_TARGET = conf.get_mandatory_value("logging", 
"DAG_PROCESSOR_LOG_TARGET")

Review Comment:
   I believe the logic here is since scheduler dump logs to both stdout and 
file without LOG_TARGET variable then why dag processor needs one. 
   
   So I wonder why the dag processor log logic was designed this way in the 
first place?
   (Also not sure if we can just ignore `DAG_PROCESSOR_LOG_TARGET` that way.. 
we may need to set newsfragment)
   



-- 
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