Sha256: 8319050e59197528c79117bde846b977d65d910528c5444a68e91571950af205

Contents?: true

Size: 650 Bytes

Versions: 13

Compression:

Stored size: 650 Bytes

Contents

Show logs from Lambda function CloudWatch log group.

This defaults to the controller Lambda function in the `one_lambda_for_all_controllers` mode.  Example:

    ❯ jets logs
    Showing logs for /aws/lambda/demo-dev-controller

If you want to follow the logs use the `-f` flag.

    ❯ jets logs -f
    Tailing logs for /aws/lambda/demo-dev-controller

If you want to see the production logs:

    ❯ JETS_ENV=production jets logs -f
    Tailing logs for /aws/lambda/demo-prod-controller

If you want to see logs for a job, specify the job and method.

    ❯ jets logs -f -n hard_job-dig
    Tailing logs for /aws/lambda/demo-dev-hard_job-dig

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
jets-5.0.13 lib/jets/command/help/logs.md
jets-5.0.12 lib/jets/command/help/logs.md
jets-5.0.11 lib/jets/command/help/logs.md
jets-5.0.10 lib/jets/command/help/logs.md
jets-5.0.9 lib/jets/command/help/logs.md
jets-5.0.8 lib/jets/command/help/logs.md
jets-5.0.7 lib/jets/command/help/logs.md
jets-5.0.6 lib/jets/command/help/logs.md
jets-5.0.5 lib/jets/command/help/logs.md
jets-5.0.4 lib/jets/command/help/logs.md
jets-5.0.3 lib/jets/command/help/logs.md
jets-5.0.2 lib/jets/command/help/logs.md
jets-5.0.1 lib/jets/command/help/logs.md