astrocloud dev logs
Description
Show Webserver, Scheduler, and Celery worker logs from your local Airflow environment.
Usage
astrocloud dev logs
Options
Option | Description | Possible Values |
---|---|---|
-f ,--follow | Continue streaming most recent log output to your terminal. | `` |
-s ,--scheduler | Show only Scheduler logs | `` |
-w ,--webserver | Show only Webserver logs | `` |
-t ,--triggerer | Show only Triggerer logs | `` |
Examples
$ astrocloud dev logs
# Show the most recent logs from both the Airflow Webserver and Scheduler
$ astrocloud dev logs --follow
# Stream all new Webserver and Scheduler logs to the terminal
$ astrocloud dev logs --follow --scheduler
# Stream only new Scheduler logs to the terminal