pedestal

Ahmed Hassan 2019-06-02T06:20:26.016100Z

My application is giving a lot of unnecessary logging, how can I stop it? I have put logback.xml file in /config directory. and added :paths ["src/main" "resources" "config"] in deps.edn file.

Ahmed Hassan 2019-06-02T06:29:47.017200Z

I commented out com.fzakaria/slf4j-timbre {:mvn/version "0.3.13"} in deps.edn. And It's now in INFO mode.