pink-gorilla / webly

reagent/reframe application skelleton
7 stars 2 forks source link

exclude logging backend library from dependencies #24

Closed genmeblog closed 2 years ago

genmeblog commented 2 years ago

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.

awb99 commented 2 years ago

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