This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-13
Channels
- # announcements (2)
- # babashka (30)
- # beginners (44)
- # biff (20)
- # calva (15)
- # cider (7)
- # clerk (4)
- # clojure (15)
- # clojure-austin (1)
- # clojure-europe (35)
- # clojure-hungary (1)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-uk (7)
- # clojurescript (33)
- # conjure (1)
- # cryogen (1)
- # cursive (3)
- # data-science (8)
- # docker (2)
- # emacs (78)
- # gratitude (2)
- # hyperfiddle (26)
- # improve-getting-started (1)
- # jobs-discuss (12)
- # lsp (7)
- # malli (11)
- # missionary (57)
- # off-topic (14)
- # pathom (13)
- # portal (6)
- # reagent (6)
- # releases (3)
- # ring (25)
- # shadow-cljs (18)
- # squint (11)
- # vim (3)
I discovered the cider-log mode and it looks awesome. I'm wondering what I'm missing though to get it to work, all my logs are going to the nrepl-server buffer and cider-log stays empty
hi Eric, nice to see you around here 👋 have you checked out https://docs.cider.mx/cider/debugging/logging.html ? It's compatible with a few frameworks, and it needs expicit activation
hi! nice to see you too! Yes that's where I coming from, I did M-x cider-log The project uses timbre with this lib https://github.com/runejuhl/clj-journal so I'm not sure what logging framework to pick, actually cider-log only lets me pick java util logging
I guess the issue is that timbre doesn't use any java logging framework by default
it just println
https://github.com/clojure-emacs/logjam has no Timbre adapter, its author may be happy to add Timbre compat If it's all stdout/stderr, I don't know if Logjam has / could possibly have an adapter Feel free to create an issue for either path