Running clojure-lsp 2024.11.08-17.49.29 with default options and I don't see any log file - is this normal?
did you check https://clojure-lsp.io/troubleshooting/#server-log ?
Ah thanks! Found in /var/folders/...
I was looking for /tmp/clojure* because that was the default option value? why is this value not used on macos?
my dream would be to all systems be /tmp/clojure-lsp.out, but in the past we had issues of machines without write access to that, so we changed to use JVM tmp dir, which for linux is /tmp but for mac is /var/blablabla