22 lines
475 B
Markdown
22 lines
475 B
Markdown
---
|
|
type: Section
|
|
title: Log Files
|
|
sources: [SPEC.md]
|
|
generated: true
|
|
verified: false
|
|
status: current
|
|
stale_after: 2026-12-31
|
|
---
|
|
|
|
# Log Files
|
|
|
|
A `log.md` file records incremental changes to a concept. Each entry includes a timestamp, the actor, and a short description of the modification.
|
|
|
|
## Example Entry
|
|
|
|
```markdown
|
|
- 2026-03-15T12:34:56Z person/jdoe: Updated description of the `status` field.
|
|
```
|
|
|
|
Log files enable audit trails and support automated diff generation.
|