diff options
author | Aleksey Kladov <[email protected]> | 2020-08-26 11:21:12 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-08-26 12:20:46 +0100 |
commit | a53c6f6feef231ecfb4e66d0e446e4148e816a2c (patch) | |
tree | e2cbb7e27e4fb667ace5d59ca785c2eb24869e62 /docs/user | |
parent | f647edcb080f50e01762a31eebd9ca94c982c768 (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')
-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 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 | ||
352 | See https://github.com/rust-analyzer/rust-project.json-example for a small example. | 352 | See https://github.com/rust-analyzer/rust-project.json-example for a small example. |
353 | 353 | ||
354 | You can set `RA_LOG` environmental variable to `"'rust_analyzer=info"` to inspect how rust-analyzer handles config and project loading. | 354 | You 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 | ||