magento2 - Cache invalidate issue - Magento Stack Exchange

    2024-10-20 06:41

    in debug.log i see following entries: [2016-11-11 21:59:39] main.DEBUG: cache_invalidate: {"method":"GET","url":"http:/","invalidateInfo":{"tags": ["CONFIG"],"mode ...

    magento 2 debug log cache invalidate

    Magento 2 cache_invalidate loop - Magento Stack Exchange

    Magento 2 cache_invalidate loop. I've got a problem on one of our Magento 2.1.6 shops. Sometimes the log fills with hundereds/thousands of cache_invalidate entries. I'm running Varnish with Purging enabled. All the cache invalidations will crash a single dedicated server from time to time (server load 50+). What does Magento cache invalidation ...

    debug.log filling up with message about cache invalidation - Magento

    Re: debug.log filling up with message about cache invalidation. These messages are normal output for Magento. There's nothing wrong with your installation. The debug log file is only written when your store is in developer mode. For a trading website, you should be in production mode. These messages just mean that you have either cleared cache ...

    magento2 - Magento 2 - Disable cache invalidation temporarily during ...

    I have a cronjob which update the product attributes. My issue is when the products attributes getting updated, the debug.log file will get written by the "cache-invalidated" logs each time, this causing the debug.log file size becomes very large. Is there any way to block the "cache-invalidated" log printing in debug.log file.

    Feature Request: Debug Log should not report cache_invalidate

    Steps to reproduce Install Magento 2.1 Setup cron jobs as per official documentation. Expected result Working installation with running cron jobs and no errors in debug log Actual result Working in...