Command Line Interface — Airflow Documentation
https://airflow.apache.org/docs/apache-airflow/1.10.2/cli.htmlAirflow has a very rich command line interface that allows for many types of operation on a DAG, ... list_tasks, backfill, list_dags, kerberos, worker, webserver, flower, scheduler, task_state, pool, serve_logs, clear, list_users, next_execution, ... File location or …
Logging for Tasks — Airflow Documentation
airflow.apache.org › logging-tasksFollow the steps below to enable custom logging config class: Start by setting environment variable to known directory e.g. ~/airflow/. Create a directory to store the config file e.g. ~/airflow/config. At the end of the file, add code to modify the default dictionary configuration. Restart the application.