Read app logs
get_app_logsRead recent log lines from the live version of a function app. An app that serves files has no process and answers that it has no logs. Function logs are not captured yet either, and the answer says so: until they are, have the function catch its own errors and return them in the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many rows to return. Defaults to 50. | |
| since | No | RFC 3339 timestamp to read from. | |
| app_id | Yes | The app id, as returned by search_apps or create_app. Starts with app_. |