Change loglevel to debug again.

This commit is contained in:
James Cole
2023-12-29 12:00:15 +01:00
parent fb1a66d872
commit 5b8f67e992
13 changed files with 16 additions and 16 deletions

View File

@@ -104,7 +104,7 @@ class Cron extends Command
private function exchangeRatesCronJob(bool $force, ?Carbon $date): void
{
Log::info(sprintf('Created new ExchangeRateConverter in %s', __METHOD__));
Log::debug(sprintf('Created new ExchangeRateConverter in %s', __METHOD__));
$exchangeRates = new ExchangeRatesCronjob();
$exchangeRates->setForce($force);
// set date in cron job: