|
Hi, is the below appropriate? Setting
As I am using remote logging, it would feel redundant to persists logs into a volume. Butt since I am unfamiliar with the internals of the triggerer, I am wondering if I missed anything else which would justify to set Thanks helm chart version: values.yaml # Config settings to go into the mounted airflow.cfg
config:
logging:
remote_logging: "True"
remote_base_log_folder: s3://bucket/path/to/logs
triggerer:
persistence:
enabled: false |
Answered by
potiuk
Nov 25, 2023
Replies: 3 comments 1 reply
|
No. It's OK to disable it in this case. |
0 replies
Answer selected by
slmg
|
Thanks. Should I transfer it into an issue? It could be reasonable to disable persistence if remote logging is enabled then. |
1 reply
|
Hey @potiuk I would be happy if you can share me the answer for this so can i disable |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No. It's OK to disable it in this case.