jedcunningham commented on issue #16895:
URL: https://github.com/apache/airflow/issues/16895#issuecomment-889524824
With Airflow config, the first one wins out of: env var, config file,
commands, secrets, default config
Env var still seems like the most likely cause. Config file seems like it is
being found because `remote_base_log_folder` is correct. We see `remote_logging
= True` in your config file as well, so env var? Have you had a chance to check?
For me, standing up a new release with these values does attempt to use
remote logging (it fails to come up because of missing credentials, but it is
trying):
```
$ cat test-remote.yaml
config:
core:
executor: KubernetesExecutor
logging:
remote_logging: "True"
remote_base_log_folder: stackdriver://airflow
```
Anything else in your values file?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]