Effect CommunityEC
Effect Community3y ago
43 replies
steida

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?
Was this page helpful?