turbaszek commented on a change in pull request #9381:
URL: https://github.com/apache/airflow/pull/9381#discussion_r442705788
##########
File path: airflow/config_templates/airflow_local_settings.py
##########
@@ -218,15 +218,15 @@
DEFAULT_LOGGING_CONFIG['handlers'].update(WASB_REMOTE_HANDLERS)
elif REMOTE_BASE_LOG_FOLDER.startswith('stackdriver://'):
- gcp_conn_id = conf.get('core', 'REMOTE_LOG_CONN_ID', fallback=None)
+ key_path = conf.get('logging', 'STACKDRIVER_KEY_PATH', fallback=None)
Review comment:
Is this key already present in 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:
[email protected]