barkamlesh/varnishlog

Magento 2 module for Varnish logging and cache invalidation.

Maintainers

Package info

github.com/barkamlesh/varnishlog

Type:magento2-module

pkg:composer/barkamlesh/varnishlog

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.2 2025-07-27 07:26 UTC

This package is auto-updated.

Last update: 2026-03-27 08:54:05 UTC


README

Packagist MIT License

Description

Magento 2 module for Varnish logging and cache invalidation. This module logs cache invalidation events for categories and products, helping you monitor Varnish cache operations.

Installation

Composer

composer require barkamlesh/varnishlog

Enable the module

php bin/magento module:enable Kamlesh_VarnishLog
php bin/magento setup:upgrade

Usage

  • Logs cache invalidation events for categories and products.
  • Integrates with Magento's event system.

File Structure

VarnishLog/
  composer.json
  registration.php
  etc/
    module.xml
    events.xml
  Logger/
    VarnishLogger.php
  Observer/
    CacheInvalidation.php

Support

License

MIT