Spotinst Functions - Logs

Lets you view the logs for of the specified function.

serverless logs -f hello

Options

  • -f the name of the function that you want to fetch the logs for Required
  • --startTime a unit of time that you want to start searching the logs from. Here is a list of the supported string formats
30m                             # since 30 mins ago
2h                              # since 2 hours ago
3d                              # since 3 days ago

Examples

Note There is a small lag between calling the function and when the logs are available so keep that in mind when checking

serverless logs -f hello --startTime 3h

This will fetch your logs started from 3 hours ago until the current time

Edit this page

Spotinst Functions - Logs

Lets you view the logs for of the specified function.

serverless logs -f hello

Options

  • -f the name of the function that you want to fetch the logs for Required
  • --startTime a unit of time that you want to start searching the logs from. Here is a list of the supported string formats
30m                             # since 30 mins ago
2h                              # since 2 hours ago
3d                              # since 3 days ago

Examples

Note There is a small lag between calling the function and when the logs are available so keep that in mind when checking

serverless logs -f hello --startTime 3h

This will fetch your logs started from 3 hours ago until the current time