]> git.lizzy.rs Git - rust.git/commit
Merge #4424
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Mon, 11 May 2020 17:16:26 +0000 (17:16 +0000)
committerGitHub <noreply@github.com>
Mon, 11 May 2020 17:16:26 +0000 (17:16 +0000)
commit115347a9c63bc7c18cf701338532a8622ac15592
tree77a45256d7eedac1ab8b53d35fd036ded3d35522
parent05399250d47cdceffbf1ded08983b13a9dcc87c1
parent72e229fcb35f6056183f681e0d16c4fff8e5e381
Merge #4424

4424: Use RA_LOG instead of RUST_LOG for logging r=matklad a=matklad

RUST_LOG might be set up for debugging the user's problem, slowing
down rust-analyzer considerably. That's the same reason why rustc uses
RUSTC_LOG.

bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>