Fork me on GitHub
#clojure-dev
<
2017-06-02
>
thheller16:06:27

any idea why I’d get RuntimeException Valid logging implementation could not be found. clojure.tools.logging.impl/find-factory (impl.clj:218)

thheller16:06:39

although (Class/forName "java.util.logging.Logger") works just fine?

thheller16:06:52

shouldn’t that always be the fallback?

thheller16:06:29

nevermind .. repl restart fixed it