Enabling Global Minimum Log Level with Logger.withMinimumLogLevel()
Can't be Logger.withMinimumLogLevel(LoggerLevel.Debug) enabled globally somehow? I know it's probably an antipattern, but I don't know yet how to run the whole library within one Effect. What if I run Effect from event handlers? Should I make my own runSync etc. to be reused everywhere?
