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.
I commented out com.fzakaria/slf4j-timbre {:mvn/version "0.3.13"}
in deps.edn
. And It's now in INFO
mode.