-
-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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?
--
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request