Skip to content

add support for specifying the logLevel for Effect.ignoreLogged #781

@skoshx

Description

@skoshx

What is the problem this feature would solve?

now i noticed, that Effect.ignoreLogged isn't ported yet. if it won't be ported, then you can disregard this feedback.

but what I would like is a Effect.ignoreLogged({ level: LogLevel.Error }), where I can specify the log level, since some things can be ignored and it won't be a big deal, other things can be ignored, but it should be a error level case still. Especially since Debug level logs don't show up by default.

this somewhat also relates to #780, where if we followed consistent signatures like Effect.ignore() instead of Effect.ignore, we could also just add a log option to Effect.ignore({...}), without having to wait for v5

What is the feature you are proposing to solve the problem?

--

What alternatives have you considered?

--

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions