Read bounded Micro logs
micro_logsRead recent logs from a Micro project within a given time window. Provide a project directory and duration to retrieve a bounded log window for diagnosing issues.
Instructions
Read a bounded recent log window for the linked project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Micro project directory; defaults to the server working directory | |
| since | No | 30m |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| json | No | ||
| stderr | Yes | ||
| stdout | Yes | ||
| command | Yes | ||
| exitCode | Yes |