Subramanya Sastry has uploaded a new change for review.

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

Change subject: Remove bunyan logger config from Parsoid RT config
......................................................................

Remove bunyan logger config from Parsoid RT config

We no longer use bunyan directly from Parsoid.
We use service-runner's logger which uses Bunyan underneath.

Change-Id: I443a0938fdd88ce3c8bf6379188b6a3e22fe3fe5
---
M modules/testreduce/templates/parsoid-rt-client.rttest.localsettings.js.erb
1 file changed, 0 insertions(+), 24 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/86/308286/1

diff --git 
a/modules/testreduce/templates/parsoid-rt-client.rttest.localsettings.js.erb 
b/modules/testreduce/templates/parsoid-rt-client.rttest.localsettings.js.erb
index a6ca115..9636771 100644
--- a/modules/testreduce/templates/parsoid-rt-client.rttest.localsettings.js.erb
+++ b/modules/testreduce/templates/parsoid-rt-client.rttest.localsettings.js.erb
@@ -36,30 +36,6 @@
        // Set rtTestMode to true for round-trip testing
        parsoidConfig.rtTestMode = true;
 
-       // Direct logs to logstash via bunyan and gelf-stream.
-       var LOGSTASH_HOSTNAME = 'logstash1003.eqiad.wmnet';
-       var LOGSTASH_PORT = 12201;
-       parsoidConfig.loggerBackend = {
-               name: ':Logger.bunyan/BunyanLogger',
-               options: {
-                       // Replicate log to disk and to Logstash.
-                       // Use a parsoid-tests prefix to distinguish from
-                       // production parsoid logs.
-                       name: 'parsoid-tests',
-                       streams: [
-                               {
-                                       stream: process.stdout,
-                                       level: 'debug',
-                               },
-                               {
-                                       type: 'raw',
-                                       stream: 
require('gelf-stream').forBunyan(LOGSTASH_HOSTNAME, LOGSTASH_PORT),
-                                       level: 'warn',
-                               },
-                       ],
-               },
-       };
-
        // Set to true to enable Performance timing
        parsoidConfig.useDefaultPerformanceTimer = false;
        // Peformance timing options for testing

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I443a0938fdd88ce3c8bf6379188b6a3e22fe3fe5
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Subramanya Sastry <ssas...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to