mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Make log message debug level [skip ci]
This commit is contained in:
parent
47147066d2
commit
1e3665e54f
@ -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));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user