Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/93811


Change subject: beta: log exceptions in exception-json bucket
......................................................................

beta: log exceptions in exception-json bucket

Ori produced a nice feature which seriazize exceptions to json.
https://gerrit.wikimedia.org/r/76304

Enable it on beta.

Change-Id: I020210b66d09286b095f6e5008917c295166bc5a
---
M wmf-config/logging-labs.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/11/93811/1

diff --git a/wmf-config/logging-labs.php b/wmf-config/logging-labs.php
index 4a0e40c..9a16e90 100644
--- a/wmf-config/logging-labs.php
+++ b/wmf-config/logging-labs.php
@@ -11,6 +11,7 @@
 
 // udp2log logging for beta:
 $wgDebugLogGroups['dnsblacklist'] = "udp://$wmfUdp2logDest/dnsblacklist";
+$wgDebugLogGroups['exception-json'] = "udp://$wmfUdp2logDest/exception-json";
 $wgDebugLogGroups['mwsearch'] = "udp://$wmfUdp2logDest/mwsearch";
 $wgDebugLogGroups['squid'] = "udp://$wmfUdp2logDest/squid";
 

-- 
To view, visit https://gerrit.wikimedia.org/r/93811
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I020210b66d09286b095f6e5008917c295166bc5a
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

Reply via email to