potiuk commented on a change in pull request #20650:
URL: https://github.com/apache/airflow/pull/20650#discussion_r778045341



##########
File path: airflow/dag_processing/processor.py
##########
@@ -149,8 +150,8 @@ def _run_file_processor(
 
         try:
             # redirect stdout/stderr to log
-            with redirect_stdout(StreamLogWriter(log, logging.INFO)), 
redirect_stderr(
-                StreamLogWriter(log, logging.WARN)
+            with redirect_stdout(StreamLogWriter(log, logging.INFO)), 
redirect_stderr(  # type: ignore

Review comment:
       Hmm. I thought this has been handled alredy by StremLogWriter 
implementing IO? what's the problem here?




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