Skip to content

sequential calls to log in application: only last one saved to logs database #1

Description

@gr0g

e.g. I call:

$this->log('This is a detailed message logged to the database1','error');
$this->log('This is a detailed message logged to the database2','error');
$this->log('This is a detailed message logged to the database3','error');

and I only see
'This is a detailed message logged to the database3' in the logs database table.

Please confirm if this is the same case on your side;

Apart from that - love the plugin - thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions