From: Aaron Schulz Date: Fri, 18 Mar 2016 00:50:19 +0000 (-0700) Subject: Change "COMMIT ENQUEUED" warnings to level INFO X-Git-Tag: 1.31.0-rc.0~7576^2 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=6e36cef632cd385140a45458b54772ce97adb489;p=lhc%2Fweb%2Fwiklou.git Change "COMMIT ENQUEUED" warnings to level INFO These are too unimportant and spammy Change-Id: I2205d9b42014f138ac523967f91df6d340234256 --- diff --git a/includes/jobqueue/JobRunner.php b/includes/jobqueue/JobRunner.php index ef3d61d96e..0a0a7a2b79 100644 --- a/includes/jobqueue/JobRunner.php +++ b/includes/jobqueue/JobRunner.php @@ -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