Stop log capture
stop_log_captureStop an active log capture session to retrieve the saved file path and view the final lines of logged output.
Instructions
Stop a log capture session and return the file path plus the last lines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session id from start_log_capture | |
| tailLines | No | Lines of tail to inline (default 60) |