mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-16 18:25:00 -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
|
||||
{
|
||||
Log::debug('summarize()');
|
||||
Log::info(sprintf('ExchangeRateConverter ran %d queries.', $this->queryCount));
|
||||
Log::debug(sprintf('ExchangeRateConverter ran %d queries.', $this->queryCount));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user