diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-08-25 10:46:21 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-25 10:46:21 +0100 |
commit | 59c77ff062e2b1668fcfa885a8438c333b4f0875 (patch) | |
tree | 5f3b512a53bd2dd6ec1215fcbb16a678c4fbd5f6 /docs | |
parent | ed51f5b424161d9b37508bd9dbafc2f310ae8eb2 (diff) | |
parent | 3a72afed8cca3288fb955e66521f62f57aceace2 (diff) |
Merge #5866
5866: Improve logging
r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index cfc0ad81c..bebcee023 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -341,6 +341,8 @@ Relative paths are interpreted relative to `rust-project.json` file location or | |||
341 | 341 | ||
342 | See https://github.com/rust-analyzer/rust-project.json-example for a small example. | 342 | See https://github.com/rust-analyzer/rust-project.json-example for a small example. |
343 | 343 | ||
344 | You can set `RA_LOG` environmental variable to `"'rust_analyzer=info"` to inspect how rust-analyzer handles config and project loading. | ||
345 | |||
344 | == Features | 346 | == Features |
345 | 347 | ||
346 | include::./generated_features.adoc[] | 348 | include::./generated_features.adoc[] |