jdockerty / jsonnet-playground

Playground for Jsonnet, inspired by Go/Rust projects of similar names.
https://jsonnet.jdocklabs.co.uk
MIT License
2 stars 0 forks source link

feat: add slog usage #35

Closed jdockerty closed 6 months ago

jdockerty commented 6 months ago

Use log/slog package for structured logging capabilities.

This also makes our logging a lot more consumable/presentable to view. Prior to this, raw Jsonnet is dumped into the terminal which is rather difficult to read with larger outputs, now it is placed as k-v pairs into strings which is simpler to digest at a glance.