blender_logs
Retrieve recent log entries or buffer statistics from Blender using filters for log level, module, and time range.
Instructions
View recent logs or log buffer statistics (portmanteau).
Operations:
view: Recent log entries with optional filters (level_filter, module_filter, limit, since_minutes, include_details)
stats: Log buffer statistics (total entries, time range, level distribution)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | No | One of view, stats | view |
| level_filter | No | For view - DEBUG, INFO, WARNING, ERROR, CRITICAL | |
| module_filter | No | For view - partial module name match | |
| limit | No | For view - max entries (1-100) | |
| since_minutes | No | For view - logs from last N minutes | |
| include_details | No | For view - include function/line in output |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |