https://bugzilla.wikimedia.org/show_bug.cgi?id=47289

Tim Starling <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Tim Starling <[email protected]> ---
Can you enable the debug log for an individual request that writes to the
l10n_cache table, say with a config hack like this:

if ( isset( $_GET['forcedebuglog'] ) ) {
    $wgDebugLogFile = '/tmp/mw.log';
}

Then attach the log to this bug, with session cookies redacted. The log should
have LocalisationCache::recache() in it somewhere -- if not, the request
probably didn't trigger any cache writes.

Also, if possible, can you get on IRC, on #mediawiki on irc.freenode.net?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to