From 89add0db99b0c160d5408b747aefeacd07f10977 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Fri, 3 Jan 2025 10:27:14 -0600 Subject: [PATCH] slfmt - Stuctured Log Formatter. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 32fab07..215133e 100644 --- a/packages.json +++ b/packages.json @@ -215,5 +215,14 @@ ], "url": "https://git.jdb-software.com/jdb/pit2trello.git", "web": "https://git.jdb-software.com/jdb/pit2trello" + }, + { + "name": "slfmt", + "description": "Terminal utility to pretty-print JSON-structured log lines.", + "license": "MIT", + "method": "git", + "tags": [ "slfmt", "structured logging", "logging", "logs" ], + "url": "https://git.jdb-software.com/jdb/slfmt.git", + "web": "https://git.jdb-software.com/jdb/slfmt" } ]