Skip to content

Logging Project: Design a structured logging format (optional for now) #63

@CarolineMorton

Description

@CarolineMorton

This does not need to happen now.

Goal: Move from Vec<String> to a richer log structure (for better future-proofing and to allow filtering).

Scope:

  • Define a LogEntry struct (with timestamp, action, payload)
  • implement serialisation to/from JSON
  • Add filtering, grouping, or export options

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions