grep_logs
Search log files for a specified pattern and return matching lines to diagnose trading incidents.
Instructions
Search log files for a pattern and return matching lines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Regex or literal pattern to search for | |
| file | Yes | Log file path or name |