get_latest_info
Retrieve recent Info logs from the SFCC appserver. Tail the newest log file by date and line count to monitor real-time activity.
Instructions
Retrieve the latest Info logs from the active appserver.Tails the newest info 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. |