search_logs
Search recent console and iOS device logs by text or regex to quickly find matching entries, with options to limit results and search duration.
Instructions
Search through recent logs for a specific string or regex pattern
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Text or regex pattern to search for in logs | |
| maxLines | No | Maximum matching lines to return (default: 100) | |
| useRegex | No | Treat query as a regex pattern (default: false) | |
| lastMinutes | No | How many minutes of logs to search (default: 30) |