get_latest_error
Retrieve error logs from the active appserver's current log file, with optional date and line limit.
Instructions
Retrieve the latest Error logs from the active appserver.Tails the newest error log file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Target date string(e.g. "YYYYMMDD" or "today"). Defaults to "today". | today |
| limit | No | The maximum trailing lines to retrieve. Defaults to 10. |