Astro CLI
Manage and configure your Astro projects.
v1.42
Show webserver, scheduler, and triggerer logs from your local Airflow environment.
1astro dev logs
--api-server
--webserver
--dag-processor
-f
--follow
-s
--scheduler
-t
--triggerer
-w
1$ astro dev logs2# Show the most recent logs from both the Airflow webserver and Scheduler34$ astro dev logs --follow5# Stream all new webserver and scheduler logs to the terminal67$ astro dev logs --follow --scheduler8# Stream only new scheduler logs to the terminal
astro dev ps
astro dev run