Skip to content

Commit 1793abf

Browse files
Update README
1 parent eb4e70f commit 1793abf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/dev/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,8 @@ Logging is done by both rust-analyzer and VS Code, so it might be tricky to
124124
figure out where logs go.
125125

126126
Inside rust-analyzer, we use the standard `log` crate for logging, and
127-
`flexi_logger` for logging frotend. By default, log goes to stderr (the same as
128-
with `env_logger`), but the stderr itself is processed by VS Code. To mirror
129-
logs to a `./log` directory, set `RA_LOG_DIR=1` environmental variable.
127+
`env_logger` for logging frontend. By default, log goes to stderr, but the
128+
stderr itself is processed by VS Code.
130129

131130
To see stderr in the running VS Code instance, go to the "Output" tab of the
132131
panel and select `rust-analyzer`. This shows `eprintln!` as well. Note that

0 commit comments

Comments
 (0)