mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +00:00
Make log message debug level [skip ci]
This commit is contained in:
@@ -122,8 +122,7 @@ class ExchangeRateConverter
|
|||||||
|
|
||||||
public function summarize(): void
|
public function summarize(): void
|
||||||
{
|
{
|
||||||
Log::debug('summarize()');
|
Log::debug(sprintf('ExchangeRateConverter ran %d queries.', $this->queryCount));
|
||||||
Log::info(sprintf('ExchangeRateConverter ran %d queries.', $this->queryCount));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user