mik-laj commented on a change in pull request #9381:
URL: https://github.com/apache/airflow/pull/9381#discussion_r442717607



##########
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:
       One pre-commit check deleted my change. I added the entry correctly now. 
Can you look again? 
   
https://github.com/apache/airflow/pull/9381/commits/fc528384803ac2d677d946e191ac2735070dceb2




----------------------------------------------------------------
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]


Reply via email to