This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-01-22
Channels
- # architecture (30)
- # beginners (56)
- # cider (16)
- # cljs-dev (12)
- # cljsrn (21)
- # clojure (169)
- # clojure-austin (1)
- # clojure-estonia (1)
- # clojure-italy (3)
- # clojure-russia (1)
- # clojure-spec (56)
- # clojure-uk (46)
- # clojurescript (53)
- # consulting (3)
- # core-async (3)
- # cursive (14)
- # data-science (16)
- # datascript (1)
- # datomic (26)
- # defnpodcast (11)
- # docs (3)
- # emacs (6)
- # fulcro (4)
- # graphql (24)
- # hoplon (8)
- # instaparse (4)
- # java (2)
- # jobs (1)
- # jobs-rus (1)
- # jobs_rus (1)
- # keechma (1)
- # luminus (2)
- # lumo (1)
- # mount (36)
- # off-topic (30)
- # om-next (5)
- # onyx (29)
- # precept (23)
- # re-frame (20)
- # reagent (2)
- # remote-jobs (9)
- # ring (2)
- # ring-swagger (3)
- # rum (3)
- # shadow-cljs (100)
- # spacemacs (17)
- # sql (10)
- # timbre (2)
- # unrepl (29)
- # yada (2)
@yuantingliu I think you need https://github.com/fzakaria/slf4j-timbre ?
@urzds I tried. Did not see the log write to the log file specified in log4j2.xml [com.taoensso/timbre "4.10.0"] [com.fzakaria/slf4j-timbre "0.3.8"] [org.slf4j/log4j-over-slf4j "1.7.25"] If I add log4j jars, I can see the log4j2.xml file loaded but the log still not write to the log file specified in log4j2.xml [org.apache.logging.log4j/log4j-api "2.10.0"] [org.apache.logging.log4j/log4j-core "2.10.0"] [org.apache.logging.log4j/log4j-slf4j-impl "2.10.0"]