aboutsummaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-08-25 10:27:22 +0100
committerAleksey Kladov <[email protected]>2020-08-25 10:43:21 +0100
commit3a72afed8cca3288fb955e66521f62f57aceace2 (patch)
tree5dcc5e12e667ab5972e37b0df313db2f6e9044f3 /docs/user
parentb4bc34649857cfcf7fcb39b9af02342fb7b8c89e (diff)
Improve logging
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/manual.adoc2
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
342See https://github.com/rust-analyzer/rust-project.json-example for a small example. 342See https://github.com/rust-analyzer/rust-project.json-example for a small example.
343 343
344You 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
346include::./generated_features.adoc[] 348include::./generated_features.adoc[]