Introduce new config variable to control whether DAG processor outputs to stdout
fixes #37122
This PR adds a new config variable under logging called dag_processor_manager_log_stdout, which is set to False by default. If being set to True, the DagFileProcessorAgent will also output logs to the stdout of airflow scheduler, in addition to writing logs to the designated log file defined by dag_processor_manager_log_location
CAn you resolve conflicts and rebase please?
CAn you resolve conflicts and rebase please?
Sure & rebased
How to select output ONLY to stdout? If I write to both locations I risk getting OOM in container environment and I don't want to persist it perpetually in PVC.