GitHub user yovio-rca added a comment to the discussion: Scheduler is unable to read logs
I think I may know what causing this. in my case, my airflow.cfg was like this: [core] remote_logging = 'False' -> this was set by default value from helm chart, I did not set this to True because it marked deprecated. [loging] remote_logging = 'True' -> This is what I want, I want remote logging to S3 When I set the value to True for both location, the error message disappear. I think the comment on help chart need to be updated that we need to set the value on both locations? or maybe the code should stop looking at core.remote_logging GitHub link: https://github.com/apache/airflow/discussions/49094#discussioncomment-12847775 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
