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
Option | Description | Possible Values |
---|---|---|
-f ,--follow | Continue streaming most recent log output to your terminal. | None |
-s ,--scheduler | Show only scheduler logs | None |
-w ,--webserver | Show only webserver logs | None |
-t ,--triggerer | Show only triggerer logs | None |
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