Bug #24595
closedOnly log complete page cache flushes
0%
Description
#23315 introduced a logging of every call to t3lib_TCEmain::clear_cacheCmd($cacheCmd).
Quote of the oringinal poster:
<i>It is sometimes necessary to know, which user has cleared the cache, especially if you got a large website and this cache clearing caused some troubles.
Because of this every cache clearing action should appear in the Log module.</i>
I don't expect cache clearings of a single page to cause big trouble, however I agree with logging of cache flushes.
Reson, why I'd like to change this: If you manually call cacheCmd() with always a page IDs as parameter, you flood your logs.
Imagine, you only want to clear cache of a branch recursively, you have to call it hundreds/thousand times - and create that many log entries.
(issue imported from #M17060)