2 Commits

Author SHA1 Message Date
T. R. Bernstein
d22556d04e Output metadata as JSON
Metadata shall be machine readable (see SwiftLog/Structured Logging) and
the previous metadata serialization erased the nesting structure.
The JSON output ensures that the metadata can be quickly analyzed by either a
copy and paste into a JSON editor or a small CLI pipeline.

See https://swiftpackageindex.com/apple/swift-log/1.10.1/documentation/logging/002-structuredlogging
for more information on metadata.
2026-03-02 18:53:17 +01:00
T. R. Bernstein
fec4a037db Initial implementation 2026-02-28 00:21:11 +01:00