KevinYang21 commented on a change in pull request #4253: [AIRFLOW-3414] Fix
reload_module in DagFileProcessorAgent
URL: https://github.com/apache/incubator-airflow/pull/4253#discussion_r237725457
##########
File path: airflow/logging_config.py
##########
@@ -73,7 +73,7 @@ def configure_logging():
validate_logging_config(logging_config)
- return logging_config
+ return logging_config, logging_class_path
Review comment:
@XD-DENG Thank you for reviewing. I actually don't think the return value is
used anywhere. I was playing it safe by keep the original return value. After
you mentioned, I think we can just remove that return value--we can always add
it back if it is needed in the future.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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