aboutsummaryrefslogtreecommitdiff
path: root/docs/user/manual.adoc
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-08-26 11:21:12 +0100
committerAleksey Kladov <[email protected]>2020-08-26 12:20:46 +0100
commita53c6f6feef231ecfb4e66d0e446e4148e816a2c (patch)
treee2cbb7e27e4fb667ace5d59ca785c2eb24869e62 /docs/user/manual.adoc
parentf647edcb080f50e01762a31eebd9ca94c982c768 (diff)
Allow redirecting logs to a specific file
There's a surprising lack of crates which are like env_logger, but also allow writing to a file. Let's write our own then!
Diffstat (limited to 'docs/user/manual.adoc')
-rw-r--r--docs/user/manual.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 144130b51..8c966288b 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -351,7 +351,7 @@ Relative paths are interpreted relative to `rust-project.json` file location or
351 351
352See https://github.com/rust-analyzer/rust-project.json-example for a small example. 352See https://github.com/rust-analyzer/rust-project.json-example for a small example.
353 353
354You can set `RA_LOG` environmental variable to `"'rust_analyzer=info"` to inspect how rust-analyzer handles config and project loading. 354You can set `RA_LOG` environmental variable to `rust_analyzer=info` to inspect how rust-analyzer handles config and project loading.
355 355
356== Features 356== Features
357 357