]> git.mxchange.org Git - core.git/blobdiff - framework/config-global.php
Allow DNS resolver to become quiet about its operations
[core.git] / framework / config-global.php
index 68af380e17908d69ace120acd30975ad5cc14673..31a7fdc0957aad1b3525528c68a972d2483942af 100644 (file)
@@ -458,5 +458,8 @@ $cfg->setConfigEntry('extension_uuid_loaded', false);
 // CFG: REGISTRY-ITERATOR-CLASS
 $cfg->setConfigEntry('registry_iterator_class', 'CoreFramework\Iterator\Registry\RegistryIterator');
 
+// CFG: QUIET-DNS-RESOLVER
+$cfg->setConfigEntry('quiet_dns_resolver', FALSE);
+
 // Remove config from this name-space. Don't worry, no configuration is cleared.
 unset($cfg);