1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-05-09 16:34:05 +02:00

remove loggerParams

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
This commit is contained in:
Benjamin Brahmer 2020-10-03 11:34:30 +02:00
parent 167dc70238
commit f7a3581f45

View File

@ -43,7 +43,7 @@ class LegacyConfig
) { ) {
$this->fileSystem = $fileSystem; $this->fileSystem = $fileSystem;
$this->logger = $logger; $this->logger = $logger;
$this->autoPurgeMinimumInterval = 60; $this->autoPurgeMinimumInterval = 60;
$this->autoPurgeCount = 200; $this->autoPurgeCount = 200;
$this->maxRedirects = 10; $this->maxRedirects = 10;
@ -73,8 +73,7 @@ class LegacyConfig
} else { } else {
$this->logger->warning( $this->logger->warning(
'Configuration value "' . $key . 'Configuration value "' . $key .
'" does not exist. Ignored value.', '" does not exist. Ignored value.'
$this->loggerParams
); );
} }
} }