Deprecates $wgRateLimitLog in favor of debug log
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 1dae5e7..4ad2188 100644 (file)
@@ -4739,6 +4739,8 @@ $wgRateLimits = array(
 
 /**
  * Set to a filename to log rate limiter hits.
+ *
+ * @deprecated since 1.23, use $wgDebugLogGroups['ratelimit'] instead
  */
 $wgRateLimitLog = null;