Effect CommunityEC
Effect Community3y ago
5 replies
Nomadin

Setting Minimum Log Level Globally with `effect` and `react`

Is it possible to set the minimum log level globally?

I want to use
effect
with react, and the latter has its own asynchronous dispatcher, so it seems impossible to wrap a single "root" runX with withMinimumLogLevel effect, rather I need to put it every where I start a "root" level runX.
Was this page helpful?