- Issue created by @voide
- First commit to issue fork.
- Merge request !24Draft: Issue #3227269 by Andras_Szilagyi, vintimpe, selvira, claudiu.cristea: Fix... β (Open) created by travisc
The Purge Users module in Drupal currently generates verbose logs for each action taken during user purging, resulting in an overwhelming number of log entries, especially in scenarios with a large number of users (e.g., 10,000+ users). This verbosity makes it challenging for administrators to locate relevant logs amidst the flood of messages generated by the module.
1. Install and enable the Purge Users module.
2. Configure the module to remove inactive users after a certain time period.
3. Monitor the log entries generated by the module, especially in environments with a large user base.
The proposed resolution is to introduce an option within the Purge Users module settings that allows administrators to control the verbosity of the generated logs. Specifically, an option should be provided to reduce the amount log entries, such as by aggregating them or providing a summary report instead of logging each individual action, or even turn them off.
The user interface of the Purge Users module will be updated to include a new setting related to log verbosity. This setting will allow administrators to adjust the level of detail in the generated logs.
No API changes are expected as part of this enhancement.
No data model changes are expected as part of this enhancement.
Active
4.0
Code