emu_logs
Capture emulator logs with controlled scope: stream for a specified time, stop on a matching pattern, and limit size to avoid excessive output.
Instructions
Capture emulator logs, bounded — never a firehose.
Streams pebble logs for at most seconds, optionally cutting at
the first line containing until_pattern (matched), and clamps the
result to the last max_bytes bytes (truncated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seconds | No | ||
| max_bytes | No | ||
| until_pattern | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||