Make log message debug level [skip ci]

This commit is contained in:
James Cole 2023-12-29 12:07:09 +01:00
parent 47147066d2
commit 1e3665e54f
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -122,8 +122,7 @@ class ExchangeRateConverter
public function summarize(): void
{
Log::debug('summarize()');
Log::info(sprintf('ExchangeRateConverter ran %d queries.', $this->queryCount));
Log::debug(sprintf('ExchangeRateConverter ran %d queries.', $this->queryCount));
}
/**