Read specific log file (local or archived)
Read specific log files for a GitHub issue, checking both local and archived storage. Use this when you need to examine session, build, deployment, or debug logs for troubleshooting.
/plugin marketplace add fractary/claude-plugins/plugin install fractary-logs@fractary<issue_number> [--type <type>]claude-haiku-4-5Read specific log file (local or archived).
/fractary-logs:read <issue_number> [--type <type>]
issue_number: GitHub issue number (required)--type <type>: Specific log type (session|build|deployment|debug)Use the @agent-fractary-logs:log-manager agent to read logs with the following request:
{
"operation": "read",
"parameters": {
"issue_number": "<issue_number>",
"log_type": null
}
}
Read logs for issue: