You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using createJsonQuery and "effector-logger" in my project and I want to mute all farfetched related service logs from my console because they are too verbose and seem to clutter up the console. Please take a look on the screenshot.
I've tried to use configure with { log: 'disabled' } for all states and effects from query returned by createJsonQuery(). But it didn't help. Could be someone can help to figure it out how to do that?
The text was updated successfully, but these errors were encountered:
I'm using createJsonQuery and "effector-logger" in my project and I want to mute all farfetched related service logs from my console because they are too verbose and seem to clutter up the console. Please take a look on the screenshot.
I've tried to use configure with
{ log: 'disabled' }
for all states and effects from query returned bycreateJsonQuery()
. But it didn't help. Could be someone can help to figure it out how to do that?The text was updated successfully, but these errors were encountered: