qbit_manage_logs
Fetch recent log entries and list available active or rotated log files to diagnose issues with qbit_manage operations.
Instructions
qbit manage logs operations on qbit_manage. Pass operation and an arguments dict matching that operation's parameters.
qbit_manage_get_documentation(file) — Fetch a markdown docs file by name (e.g. Home.md, Commands.md, Config-Setup.md). Returns markdown text, not JSON.
qbit_manage_get_logs(limit=None, log_filename=None) — Fetch recent log lines in chronological order. limit caps the tail; log_filename selects the active (.log) or rotated (..log) file (default qbit_manage.log).
qbit_manage_list_log_files() — List available log files (active and rotated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |