jenkins-bot has submitted this change and it was merged.

Change subject: logstash: Exclude jobrunner debug messages
......................................................................


logstash: Exclude jobrunner debug messages

Reduce the amount of log noise in Logstash by excluding the debug level
jobrunner events. After I1ce3dab this will roughly cut the number of
JobRunner related events in half by excluding the "STARTING" message for
each job while retaining the info/error level job completion messages.

Bug: T87521
Change-Id: I91f6311615c2aa13aedd6f3626266cfefc786653
---
M wmf-config/InitialiseSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  BryanDavis: Looks good to me, approved
  Aaron Schulz: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 373335e..5f1c75d 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -4269,7 +4269,7 @@
                'OutputBuffer' => 'debug',
                'exec' => 'debug',
                'ratelimit' => 'debug',
-               'runJobs' => 'debug',
+               'runJobs' => array( 'level' => 'debug', 'logstash' => 'info' ),
                'JobQueueRedis' => 'debug',
                'JobQueueFederated' => 'debug',
                'es-hit' => 'debug',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I91f6311615c2aa13aedd6f3626266cfefc786653
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <bda...@wikimedia.org>
Gerrit-Reviewer: Aaron Schulz <asch...@wikimedia.org>
Gerrit-Reviewer: BryanDavis <bda...@wikimedia.org>
Gerrit-Reviewer: Gilles <gdu...@wikimedia.org>
Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to