Setting Minimum Log Level Globally with `effect` and `react`
Is it possible to set the minimum log level globally?
I want to use
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.