How can I activate logging to a file under Windows? #16381
Replies: 2 comments 1 reply
-
you might need to set the |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you, yes, using the environment variables works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Starting rust-analyzer with
-v --log-file d:\rust-analyzer.txt --no-log-buffering
creates a log file, but nothing is written to this file. Repeating-v -v -v
has no effect.What am I missing?
I am particularly interested in logging the lsp communication between rust-analyzer and my editor.
Thx.
Beta Was this translation helpful? Give feedback.
All reactions