read_log
Read the UMM mod manager log file. Returns the last N lines by default, or filter by pattern.
Instructions
Read the UMM mod manager log file. Returns the last N lines by default, or filter by pattern.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Number of lines to return from the end of the log (default: 50) | |
| filter | No | Only return lines containing this string (case-insensitive) |