Skip to main content

astro dev logs

info

The behavior and format of this command are the same for both Astro and Software.

Show webserver, scheduler, and triggerer logs from your local Airflow environment.

Usage

astro dev logs

Options

OptionDescriptionPossible Values
-f,--followContinue streaming most recent log output to your terminal.None
-s,--schedulerShow only scheduler logsNone
-w,--webserverShow only webserver logsNone
-t,--triggererShow only triggerer logsNone

Examples

$ 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

Was this page helpful?

Sign up for Developer Updates

Get a summary of new Astro features once a month.

You can unsubscribe at any time.
By proceeding you agree to our Privacy Policy, our Website Terms and to receive emails from Astronomer.