Hi I'm using Airflow and running in background in EC2. But how do you stop/check logs? I couldn't find the detailed explanation on the documentation.
Thanks!
Hi I'm using Airflow and running in background in EC2. But how do you stop/check logs? I couldn't find the detailed explanation on the documentation.
Thanks!
If you start your Airflow-Webserver and other deamon using systemd (see this repo), it`s quite straightforward:
journalctl -u airflow-webserver.service