Skip to main content

astro deployment logs

info

The behavior and format of this command differs depending on what Astronomer product you're using. Use the following tabs to change product contexts.

Show scheduler logs over the last 24 hours for a given Deployment on Astro. These scheduler logs are the same logs that appear in the Logs tab of the Cloud UI.

Usage

astro deployment logs

Options

OptionDescriptionPossible Values
<deployment-id>The ID of the Deployment to show logs forAny valid Deployment ID
--deployment-nameThe name of the Deployment to show logs for. Use as an alternative to <deployment-id>.Any valid Deployment name
-e,--errorShow only logs with a log level of ERRORNone
-w,--warnShow only logs with a log level of WARNINGNone
-i,--infoShow only logs with a log level of INFONone
-c,--log-countThe number of log lines to show. The default is 500Any integer less than or equal to 500.
--workspace-idSpecify a Workspace to show logs for a Deployment outside of your current WorkspaceAny valid Workspace ID

Examples

$ astro deployment logs
# CLI prompts you for a Deployment to view logs for

$ astro deployment logs cl03oiq7d80402nwn7fsl3dmv
# View logs for a specific Deployment

$ astro deployment logs --deployment-name="My Deployment" --error --log-count=25
# Show only the last 25 error-level logs