Get logs
premiere_get_logsRead Adobe Premiere Pro log and diagnostic files to troubleshoot issues. Returns the tail of each log or full content of a specified file.
Instructions
Read Premiere's log/diagnostic files (Plugin Loading.log, Debug/Trace databases, logs folder). Returns the tail of each, or the full content of one file if 'file' is given. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Absolute path of a single log file to read fully (bounded to 200 KB). | |
| tailLines | No | Lines from the end of each log (default 40). |