lemonmind/pimcore-object-update-logger

2.0.0 2023-05-17 12:04 UTC

This package is auto-updated.

Last update: 2024-05-17 14:16:51 UTC


README

This is the Pimcore Bundle to record changes to your objects and see who is responsible for the changes. It also can monitor your class definition changes.

Installation

composer require lemonmind/pimcore-object-update-logger
// config/bundles.php

LemonmindObjectUpdateLoggerBundle::class => ['all' => true]

You can specify which object/class would you like to log

lemonmind_object_update_logger:
    classes_to_log: TestClass1, TestClass2 # if removed all classes will be logged
    objects_to_log: TestClass1, TestClass2 # if removed all objects will be logged
#    disable_class_log: true               # if you want to disable class logging
#    disable_object_log: true              # if you want to disable object logging

Log will be saved in var/log/updateLogger.log