BasPH commented on issue #5175: [AIRFLOW-3449] Write local dag parsing logs when remote logging enabled. URL: https://github.com/apache/airflow/pull/5175#issuecomment-487834736 Trying to understand the issue and code changes. Because you're removing the processor blocks, the handlers will not be overridden with any remote handler, thus the default processor handler remains `airflow.utils.log.file_processor_handler.FileProcessorHandler` (which is not written to any remote location). Am I seeing this correct?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
