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 */