$ astro dev logs# Show the most recent logs from both the Airflow webserver and Scheduler$ astro dev logs --follow# Stream all new webserver and scheduler logs to the terminal$ astro dev logs --follow --scheduler# Stream only new scheduler logs to the terminal