diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2020-08-26 12:21:12 +0200 |
|---|---|---|
| committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2020-08-26 13:20:46 +0200 |
| commit | a53c6f6feef231ecfb4e66d0e446e4148e816a2c (patch) | |
| tree | e2cbb7e27e4fb667ace5d59ca785c2eb24869e62 /docs/user | |
| parent | f647edcb080f50e01762a31eebd9ca94c982c768 (diff) | |
| download | rust-a53c6f6feef231ecfb4e66d0e446e4148e816a2c.tar.gz rust-a53c6f6feef231ecfb4e66d0e446e4148e816a2c.zip | |
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')
| -rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 144130b51b3..8c966288b75 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 See https://github.com/rust-analyzer/rust-project.json-example for a small example. -You can set `RA_LOG` environmental variable to `"'rust_analyzer=info"` to inspect how rust-analyzer handles config and project loading. +You can set `RA_LOG` environmental variable to `rust_analyzer=info` to inspect how rust-analyzer handles config and project loading. == Features |
