wiki.techinc.nl/includes/config
Tim Starling cde44feba3 Improve HTTP logging
* Log HTTP debug lines to the "http" channel instead of wfDebug()
* Add the ability to do debug logging to MultiHttpClient
* Add a static method Http::createMultiClient() which provides a
  MultiHttpClient configured similarly to the way individual requests
  are configured, respecting the wiki's $wgHTTPTimeout and writing debug
  logs.
* In EtcdConfig, pass the logger instance through to the MultiHttpClient
  backend.

Change-Id: Ic5bdcb0cae95d7b3715ab5261758be082751c3ff
2017-05-19 06:49:26 +02:00
..
Config.php Add MultiConfig for fallback logic 2014-09-17 15:55:04 -07:00
ConfigException.php Made ConfigException extend Exception 2015-02-27 11:24:15 -08:00
ConfigFactory.php Allow resources to be salvaged across service resets. 2016-05-19 12:38:07 +02:00
EtcdConfig.php Improve HTTP logging 2017-05-19 06:49:26 +02:00
GlobalVarConfig.php Remove deprecated GlobalVarConfig::set() 2014-10-20 16:43:08 +00:00
HashConfig.php Fix reference in docs of HashConfig::set 2016-10-27 15:55:39 +02:00
MultiConfig.php Add MultiConfig for fallback logic 2014-09-17 15:55:04 -07:00
MutableConfig.php Move Config::set() to MutableConfig::set() 2014-09-11 08:26:43 -07:00