Tweak debug logging
This commit is contained in:
@@ -61,7 +61,7 @@ class Cache
|
||||
$this->cache = $factory->createDistributed();
|
||||
$logger->debug("Distributed cache initiated.", ["app" => $AppName]);
|
||||
} else {
|
||||
$logger->warning(
|
||||
$logger->debug(
|
||||
"There's no distributed cache available, fallback to null cache.",
|
||||
["app" => $AppName]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user