kovasb / session

repl into the clojurescript community
Eclipse Public License 1.0
459 stars 36 forks source link

Logging #33

Closed jonase closed 11 years ago

jonase commented 11 years ago

While working on various stuff in session I found it useful to enable logging. Often, exceptions from different threads are swallowed making debugging difficult. Logging helps a lot.

I also cleaned up the dependencies with the help of lein-pedantic.