ashb commented on a change in pull request #4601: [AIRFLOW-3758] Fix circular import in WasbTaskHandler URL: https://github.com/apache/airflow/pull/4601#discussion_r259273760
########## File path: tests/test_logging_config.py ########## @@ -95,6 +95,55 @@ } """ +SETTINGS_FILE_WASB_HANDLER = """ +REMOTE_BASE_LOG_FOLDER = 'wasb' Review comment: Would it be possible to test this with the _default_ logging config and the core__remote_logging settings instead? ---------------------------------------------------------------- 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
