begin tail

Print and follow the most recent logs from your Begin app

begin tail
npx begin tail

Options

-a, --app
App containing the environment
-e, --env
Environment to get tail logs from
-f, --filter
Filter to apply against tailed logs

Examples

Tail logs

begin tail --env <env-id>
npx begin tail --env <env-id>

Tail logs with filter

begin tail --env <env-id> --filter "BAD REQUEST"
npx begin tail --env <env-id> --filter "BAD REQUEST"