pink-gorilla / webly

reagent/reframe application skelleton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exclude logging backend library from dependencies

genmeblog opened this issue · comments

Since webly is a library used by other projects (eg. notespace) it shouldn't include any logging backend as a dependency. It should depend only on frontend, having backend configuration in local environment only.
In current setup webly overwrites local logging configuration and causes problems.

commented

@genmeblog You are right! I use timbre for both clojure and clojurescript logging.
Webly now only provides timbre logging config for cljs.