set_log_verbs
Enable or disable per-verb DEBUG logging for the daemon at runtime, returning the log path for troubleshooting non-trivial runs.
Instructions
Toggle the daemon's per-verb DEBUG audit log at runtime. Useful for non-trivial runs where you want a full call trail; the toggle's response returns the daemon-log path to tail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| on | Yes | True to enable, false to disable. | |
| lease | No | Optional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env. | |
| session | No | Optional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default'. |