kaxil commented on a change in pull request #9092: URL: https://github.com/apache/airflow/pull/9092#discussion_r433223379
########## File path: airflow/logging_config.py ########## @@ -54,8 +58,8 @@ def configure_logging(): else: logging_class_path = 'airflow.config_templates.' \ 'airflow_local_settings.DEFAULT_LOGGING_CONFIG' Review comment: ```suggestion logging_class_path = 'airflow.logging_config.DEFAULT_LOGGING_CONFIG' ``` ---------------------------------------------------------------- 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: us...@infra.apache.org