Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/71340
Change subject: beta: debug log groups for mwsearch and squid ...................................................................... beta: debug log groups for mwsearch and squid mwsearch would be useful to highlight whenever something goes wrong on the search backend. squid makes it easier to catch similar issues Change-Id: I8a07a3a2360e1e436086a317e8e79c14d8dee219 --- M wmf-config/logging-labs.php 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/40/71340/1 diff --git a/wmf-config/logging-labs.php b/wmf-config/logging-labs.php index aebef7e..4a0e40c 100644 --- a/wmf-config/logging-labs.php +++ b/wmf-config/logging-labs.php @@ -11,6 +11,8 @@ // udp2log logging for beta: $wgDebugLogGroups['dnsblacklist'] = "udp://$wmfUdp2logDest/dnsblacklist"; +$wgDebugLogGroups['mwsearch'] = "udp://$wmfUdp2logDest/mwsearch"; +$wgDebugLogGroups['squid'] = "udp://$wmfUdp2logDest/squid"; // Ugly code to create a random hash and put it in logs -- To view, visit https://gerrit.wikimedia.org/r/71340 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8a07a3a2360e1e436086a317e8e79c14d8dee219 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
