Removing Airflow task logs

后端 未结 6 1892
走了就别回头了
走了就别回头了 2021-02-03 19:52

I\'m running 5 DAG\'s which have generated a total of about 6GB of log data in the base_log_folder over a months period. I just added a remote_base_log_folder

6条回答
  •  佛祖请我去吃肉
    2021-02-03 20:38

    I know it sounds savage, but have you tried pointing base_log_folder to /dev/null? I use Airflow as a part of a container, so I don't care about the files either, as long as the logger pipe to STDOUT as well.

    Not sure how well this plays with S3 though.

提交回复
热议问题