mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
add documentation of RA_LOG_FILE
This commit is contained in:
parent
baa060a994
commit
ceeee5e3c6
1 changed files with 2 additions and 1 deletions
|
@ -132,6 +132,7 @@ Logging is done by both rust-analyzer and VS Code, so it might be tricky to figu
|
|||
Inside rust-analyzer, we use the standard `log` crate for logging, and `env_logger` for logging frontend.
|
||||
By default, log goes to stderr, but the stderr itself is processed by VS Code.
|
||||
`--log-file <PATH>` CLI argument allows logging to file.
|
||||
Setting the `RA_LOG_FILE=<PATH>` environment variable will also log to file, it will also override `--log-file`.
|
||||
|
||||
To see stderr in the running VS Code instance, go to the "Output" tab of the panel and select `rust-analyzer`.
|
||||
This shows `eprintln!` as well.
|
||||
|
|
Loading…
Reference in a new issue