Change "COMMIT ENQUEUED" warnings to level INFO
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 18 Mar 2016 00:50:19 +0000 (17:50 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 18 Mar 2016 00:50:19 +0000 (17:50 -0700)
These are too unimportant and spammy

Change-Id: I2205d9b42014f138ac523967f91df6d340234256

includes/jobqueue/JobRunner.php

index ef3d61d..0a0a7a2 100644 (file)
@@ -506,7 +506,7 @@ class JobRunner implements LoggerAwareInterface {
 
                $ms = intval( 1000 * $dbwSerial->pendingWriteQueryDuration() );
                $msg = $job->toString() . " COMMIT ENQUEUED [{$ms}ms of writes]";
-               $this->logger->warning( $msg );
+               $this->logger->info( $msg );
                $this->debugCallback( $msg );
 
                // Wait for an exclusive lock to commit