Problem/Motivation
Now the module provides only logging to a file, the syslog, or an output (stdout/stderr).
Will be good to create a database storage for logs, with JSON or JSONB format of the column, to be able to easily extract specific key values and index by required keys.
Also, will be good to create a plugin for Views to be able to build flexible tables to view custom log data.
And create cleanup rules by the total amount of rows, or by time.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Comments
Comment #2
murzComment #3
murzComment #6
murzImplemented the base functionality in the "extended_logger_db" submodule.
Comment #7
murz