Track all back-office changes (Content and Configuration) easily thanks to the entity approach of Drupal.

Every CUD operation on content and config entities are logged.

The standard log service is used so generated logs will end in Database Logging or your logging solution by default.

Each log indicates the type of operation, the entity identifier and if the CUD operation was done by a human or by command line (if drush was used).

With this solution you should be sure to have every back-office and drush operation logged but be careful with the amount of logs which will be generated.

There is no configuration needed at this time : just enable the module to enable the logging.

Project information

Releases