Slot: Run Log Excerpt (run_log_excerpt)
Last ~50 lines of the run log, where useful for debugging or audit.
Tier: optional
Why this slot matters
The log tail captures warnings and error summaries that no structured field carries; without it, diagnosing a suspect run means hunting for logs that may no longer exist. Omission costs auditability, not reproducibility.
In plain terms
The last few lines the program printed while running — its own account of what it did and whether anything looked wrong. Keeping a snippet is like stapling the receipt to the record.
URI: envar:slot/run_log_excerpt
Applicable Classes
| Name |
Description |
Modifies Slot |
| ToolRun |
A single tool invocation that produced an output from one or more inputs: too... |
no |
Properties
Type and Range
Cardinality and Requirements
Examples
| Value |
| [2026-05-23 14:19:19] daymet 1.0.0 finished: wrote 459 rows to /output/tmax.csv (0 errors, 0 warnings) |
Annotations
| property |
value |
| tier |
optional |
| justification |
The log tail captures warnings and error summaries that no structured field carries; without it, diagnosing a suspect run means hunting for logs that may no longer exist. Omission costs auditability, not reproducibility. |
| explanation |
The last few lines the program printed while running — its own account of what it did and whether anything looked wrong. Keeping a snippet is like stapling the receipt to the record. |
Schema Source
Mappings
| Mapping Type |
Mapped Value |
| self |
envar:run_log_excerpt |
| native |
envar:run_log_excerpt |
LinkML Source
name: run_log_excerpt
annotations:
tier:
tag: tier
value: optional
justification:
tag: justification
value: The log tail captures warnings and error summaries that no structured field
carries; without it, diagnosing a suspect run means hunting for logs that may
no longer exist. Omission costs auditability, not reproducibility.
explanation:
tag: explanation
value: The last few lines the program printed while running — its own account
of what it did and whether anything looked wrong. Keeping a snippet is like
stapling the receipt to the record.
description: Last ~50 lines of the run log, where useful for debugging or audit.
title: Run Log Excerpt
examples:
- value: '[2026-05-23 14:19:19] daymet 1.0.0 finished: wrote 459 rows to /output/tmax.csv
(0 errors, 0 warnings)'
from_schema: https://w3id.org/linkml/microschemas/envar
rank: 1000
domain_of:
- ToolRun
range: string