Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 714 Bytes

File metadata and controls

30 lines (22 loc) · 714 Bytes

Fn - Logs

Lets you watch the logs of a specific function.

serverless logs -f hello

Options

  • --function or -f The function you want to fetch the logs for. Required

Examples

serverless logs -f hello

This will fetch the logs for hello for the most recent calls to it.