logs
Retrieve recent Hermes logs with optional filters for minimum severity, time range, and substring search to diagnose issues efficiently.
Instructions
Read recent Hermes logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Minimum severity to include, e.g. "error" or "warning". | |
| lines | No | How many trailing log lines to return (1-2000). | |
| since | No | Only logs after this point — an ISO-8601 timestamp or a deployment-supported shorthand such as "15m" or "2h". | |
| search | No | Only lines containing this substring. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||