Add some extra debug info.

This commit is contained in:
James Cole
2025-08-09 20:42:49 +02:00
parent c19ac2b0f3
commit da6b447e64

View File

@@ -92,6 +92,7 @@ trait PeriodOverview
$cache->addProperty('account-show-period-entries');
$cache->addProperty($account->id);
if ($cache->has()) {
Log::debug('Return CACHED in getAccountPeriodOverview()');
return $cache->get();
}