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

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Murz created an issue. See original summary.

murz’s picture

Issue summary: View changes
murz’s picture

Issue summary: View changes

  • Murz committed 35c066b2 on 1.0.x
    Issue #3387221 by Murz: Create a database storage for logs
    
murz’s picture

Status: Active » Fixed

Implemented the base functionality in the "extended_logger_db" submodule.

murz’s picture

Status: Fixed » Closed (fixed)