-
-
Notifications
You must be signed in to change notification settings - Fork 645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nothing is logged to cider-log buffer #3751
Comments
This happened to both of us as we were trying to use the Timbre integration. The cider-log buffer is empty because JUL is chosen instead of Timbre, because JUL is determined as the sole available option, because Timbre cannot be loaded:
This looks like a breaking change from Timbre's side. Should have a simple fix in Logjam. |
@r0man Can you take a look at this? |
Hi, I had a quick look, but I'm having a hard time to reproduce this. This is what I did:
After doing so, I see the log line in the
I also see it in the REPL as:
What I see in I opened a PR over here that updates some of logjams dependencies: But this isn't fixing the issue at hand. It only includes a fix from @vemv in cider-nrepl which I run into while trying this in the logjam repository. I need more information: |
Hey @r0man , thanks for your efforts! You are right, it works. What I had to do locally in my specific project was:
For a long while I was actually unable to upgrade Timbre/Encore in my work project, for contrived reasons. But now I finally can, and it all works. I'd just add these some tips to the manual:
You can try those right now, @maacl . Cheers - V |
gives me:
|
Try |
This works for me now too. I think it was an timbre/encore version issue. Thanks. |
I think we should probably add something in the docs, so that people are not surprised by such version combination issues. |
I'm generally tight on time any given day so I'd appreciate if someone could add my recap to the manual #3751 (comment) |
I added something here: #3753 Wdyt? I'm closing this one. I think we are done here. |
Expected behavior
cider-log buffer receives and displays log messages.
Actual behavior
cider-log buffer remains empty and all messages are logged to the repl.
Steps to reproduce the problem
cider-log-show
Environment & Version information
WSL
CIDER version information
CIDER 1.15.1 (Cogne), nREPL 1.3.0, Clojure 1.12.0, Java 23
Lein / Clojure CLI version
See above.
Emacs version
29.4
Operating system
Ubuntu 22.04.5 LTS under WSL:
WSL version: 2.3.24.0
Kernel version: 5.15.153.1-2
WSLg version: 1.0.65
MSRDC version: 1.2.5620
Direct3D version: 1.611.1-81528511
DXCore version: 10.0.26100.1-240331-1435.ge-release
Windows version: 10.0.22631.4317
JDK distribution
openjdk version "21.0.2" 2024-01-16 LTS
OpenJDK Runtime Environment Temurin-21.0.2+13 (build 21.0.2+13-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.2+13 (build 21.0.2+13-LTS, mixed mode, sharing)
The text was updated successfully, but these errors were encountered: