Merge "Log DNS blacklist matches with info level, non-matches with debug level"
[lhc/web/wiklou.git] / includes / ServiceWiring.php
index 689a98e..eb26776 100644 (file)
@@ -111,7 +111,8 @@ return [
                        new ServiceOptions(
                                BlockManager::$constructorOptions, $services->getMainConfig()
                        ),
-                       $services->getPermissionManager()
+                       $services->getPermissionManager(),
+                       LoggerFactory::getInstance( 'BlockManager' )
                );
        },