From 0fad7cc66fce2943d761f36690cabbcb29f15a89 Mon Sep 17 00:00:00 2001 From: Bryce Date: Mon, 7 Aug 2023 12:12:17 -0700 Subject: [PATCH] makes ntg general produce logs better. --- src/clj/auto_ap/jobs/ntg.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/clj/auto_ap/jobs/ntg.clj b/src/clj/auto_ap/jobs/ntg.clj index 248e4937..3c925915 100644 --- a/src/clj/auto_ap/jobs/ntg.clj +++ b/src/clj/auto_ap/jobs/ntg.clj @@ -80,7 +80,9 @@ (not (@missing-client-hints location-hint)) (not (str/blank? location-hint))) (log/warn ::missing-client - :client-hint location-hint) + :client-hint location-hint + :invoice-number invoice-number + :invoice-total invoice-total) (swap! missing-client-hints conj location-hint)) {:db/id (random-tempid) :invoice/location location