From 8c439a2852eaf965ae9f8f3fdce37bfd84dfbc77 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 1 Jan 2015 20:02:02 +0100 Subject: [PATCH] Added debug information [skip ci] --- app/lib/FireflyIII/Report/Report.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib/FireflyIII/Report/Report.php b/app/lib/FireflyIII/Report/Report.php index 6bf0f7ed43..e12567a9a1 100644 --- a/app/lib/FireflyIII/Report/Report.php +++ b/app/lib/FireflyIII/Report/Report.php @@ -112,6 +112,7 @@ class Report implements ReportInterface $start->startOfMonth()->subDay(); $end = clone $date; $end->endOfMonth(); + \Log::debug('Monthly report account dates: start:[' . $start->format('Y-m-d') . '] and end:[' . $end->format('Y-m-d') . ']'); $list = $this->_queries->accountList(); $accounts = []; /** @var \Account $account */