kaxil commented on a change in pull request #9092:
URL: https://github.com/apache/airflow/pull/9092#discussion_r433222777
##########
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'
- logging_config = import_string(logging_class_path)
- log.debug('Unable to load custom logging, using default config
instead')
+ logging_config = DEFAULT_LOGGING_CONFIG
+ log.debug('Using default loggin config instead')
Review comment:
```suggestion
log.debug('Using default logging config instead')
```
----------------------------------------------------------------
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]