mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-27 15:30:42 +00:00
Lower stash logging to debug()
Bug: T146697 Change-Id: I480b491d788e2ce970238c103b2ff05167312513
This commit is contained in:
parent
23cf151ef9
commit
4daa66c68c
|
@ -933,7 +933,7 @@ class AbuseFilter {
|
|||
// Save the filter stash result and do nothing further
|
||||
$cacheData = [ 'matches' => $filter_matched, 'tags' => self::$tagsToSet ];
|
||||
$cache->set( $stashKey, $cacheData, $cache::TTL_MINUTE );
|
||||
$logger->info( __METHOD__ . ": cache store for '$title' (key $stashKey)." );
|
||||
$logger->debug( __METHOD__ . ": cache store for '$title' (key $stashKey)." );
|
||||
$statsd->increment( 'abusefilter.check-stash.store' );
|
||||
|
||||
return Status::newGood();
|
||||
|
|
Loading…
Reference in a new issue