get_latest_warn
Tail the current warn log file from the active appserver to retrieve warning logs. Optionally specify date and line count.
Instructions
Retrieve the latest Warning logs from the active appserver.Tails the newest warn 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. |