From e61ca2b59ff45fb232f8ddcc4d70150103907ad2 Mon Sep 17 00:00:00 2001 From: Waldo Jaquith Date: Sat, 6 Jan 2018 20:11:53 -0500 Subject: [PATCH] Lower the verbosity of missing bills Turns out this is common. Toward #39. --- cron/summaries_new.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/summaries_new.php b/cron/summaries_new.php index 70a9fe6..c40a41e 100644 --- a/cron/summaries_new.php +++ b/cron/summaries_new.php @@ -199,7 +199,7 @@ if (is_empty($bill_id)) { $log->put('Summary found for '. $summary['number'] - . ', but we have no record of that bill.', 4); + . ', but we have no record of that bill.', 2); continue; }