Contact Contact Show All Awards & Recognition
Contact
Show All Awards & Recognition

lemonmind/pimcore-object-update-logger

not-reviewed

No Category

Author:

LemonMind

Version

2.0.0

Last updated

Compatible Pimcore Version

-

Contact

-

No  Reviewer

lemonmind/pimcore-object-update-logger

No Category

Project Summary


Readme

ObjectUpdateLoggerBundle for Pimcore by LemonMind

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

Review status

not-reviewed

?>

Author:

LemonMind

Version

2.0.0

Last updated

Compatible Pimcore Version

-

Contact

-

No  Reviewer