This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-02
Channels
- # beginners (23)
- # calva (12)
- # cider (4)
- # clj-kondo (4)
- # cljsrn (2)
- # clojure (25)
- # clojure-chicago (1)
- # clojure-italy (6)
- # clojurescript (5)
- # datomic (5)
- # flambo (1)
- # fulcro (16)
- # hoplon (5)
- # joker (2)
- # keechma (45)
- # off-topic (2)
- # pedestal (2)
- # rewrite-clj (13)
- # robots (5)
- # shadow-cljs (62)
- # xtdb (12)
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.