summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-10-03 11:34:30 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-10-03 14:01:36 +0200
commitf7a3581f45c586fe7bdecd4d9c52bc3c2715f4b4 (patch)
tree037e390b0bd796a6c480bf486c18e8c7d073c5bc
parent167dc70238cc4c82e46714fe55a516d48c0d6c76 (diff)
remove loggerParams
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--lib/Config/LegacyConfig.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Config/LegacyConfig.php b/lib/Config/LegacyConfig.php
index f011a0e4a..02181370c 100644
--- a/lib/Config/LegacyConfig.php
+++ b/lib/Config/LegacyConfig.php
@@ -43,7 +43,7 @@ class LegacyConfig
) {
$this->fileSystem = $fileSystem;
$this->logger = $logger;
-
+
$this->autoPurgeMinimumInterval = 60;
$this->autoPurgeCount = 200;
$this->maxRedirects = 10;
@@ -73,8 +73,7 @@ class LegacyConfig
} else {
$this->logger->warning(
'Configuration value "' . $key .
- '" does not exist. Ignored value.',
- $this->loggerParams
+ '" does not exist. Ignored value.'
);
}
}