This module allows you to attach log messages directly to specific entities, displaying them on a dedicated "Log" tab. It's designed for situations where you need more entity-centric logging than the default Drupal watchdog, offering options for controlled access and enhanced data persistence.
This module allows adding log messages to entities. Log messages are shown on a "Log" tab on the entity they are associated with.
Log messages can be added to a configurable set of entity types.
This module is intended to be used in cases where you want to store log messages but the default Drupal watchdog / logging interface is insufficient. E.g. you want the log messages to appear within the context of an entity, you want more
persistency in the storage of these log message, and / or you want specific roles to access these log messages, while you do not want these roles to access the default Drupal watchdog UI.
Depends on
Dependencies of the latest stable release
- Dynamic Entity Reference
- views Drupal core
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.