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.
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.