log_verdict
Judge the newest log for a source, using a since timestamp to verify it belongs to the current run and avoid stale boot leftovers.
Instructions
Judge the newest log for source.
since ties the verdict to a specific run (typically the value server_start
returned): a log last modified before since cannot belong to the run being
judged -- it is a leftover from an earlier boot (possibly one still holding the
file open on Windows) -- so it is refused as a reason, not silently judged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ||
| source | No | server |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| hint | No | ||
| error | No |