Skip to content

Commit

Permalink
Remove info log about closing parent pipe (#27054)
Browse files Browse the repository at this point in the history
This log line is better removed, it doesn't seem like it's worth having since now it pollutes
the logs whenever there's an import error

(cherry picked from commit 3310618)
  • Loading branch information
ephraimbuddy committed Oct 18, 2022
1 parent ee2cdbf commit 2f8ba62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions airflow/dag_processing/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ def _run_file_processor(

# Since we share all open FDs from the parent, we need to close the parent side of the pipe here in
# the child, else it won't get closed properly until we exit.
log.info("Closing parent pipe")

parent_channel.close()
del parent_channel

Expand Down

0 comments on commit 2f8ba62

Please sign in to comment.