read_test_log
Reads and filters plugin test/debug logs from Minecraft servers using configurable prefixes and incremental reading to monitor testing events.
Instructions
Read plugin test/debug logs filtered by a configurable prefix.
Only lines containing the configured LOG_PREFIX (default ``[TEST]``) are
returned. Supports incremental reading: pass the ``position`` value from a
previous call as ``since_position`` to only get new entries.
Args:
since_position: Byte offset to start reading from (0 = beginning).
event_filter: Optional event type filter (e.g. ``PASS``, ``FAIL``,
``SUMMARY``). Only lines matching ``{prefix} {event_filter}`` are
returned.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since_position | No | ||
| event_filter | No |