Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

Use as a fingers_crossed nested handler #2

@drzraf

Description

@drzraf

I'm currently trying the following:

monolog:
    handlers:
        ovh:
            type: fingers_crossed
            action_level: debug
            handler: ovh_raw
            excluded_http_codes: [404, 405]
        ovh_raw:
            type: gelf
            publisher:
                id: gelf.publisher
            level: debug
 ```

In order to ignore 404 from Graylog. Does not seem to work ("Route not found" errors still flowing down Graylog). Any idea why so?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions