Skip to content

Feature Request: Debug Log should not report cache_invalidate #5600

@Ctucker9233

Description

@Ctucker9233

Steps to reproduce

  1. Install Magento 2.1
  2. Setup cron jobs as per official documentation.

Expected result

Working installation with running cron jobs and no errors in debug log

Actual result

Working installation with running cron job, but every time the jobs are run, a main.DEBUG: cache_invalidate: is thrown.

The way I see it, there are two ways to fix it. Code it in a way so that "notifications" (which is what this seems like) are not reported in the debug log, or create a notification.log where things like this can be written. On a side note, it would be nice to have some automated way to clear these logs.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions