Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename RUST_LOG to RUSTC_LOG #60401

Merged
merged 1 commit into from
May 3, 2019
Merged

Rename RUST_LOG to RUSTC_LOG #60401

merged 1 commit into from
May 3, 2019

Conversation

JohnTitor
Copy link
Member

@JohnTitor JohnTitor commented Apr 30, 2019

cc: #57985

I think we should also change these submodules:

r? @davidtwco

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 30, 2019
@davidtwco
Copy link
Member

LGTM, thanks!

@bors r+ rollup

@bors
Copy link
Contributor

bors commented May 2, 2019

📌 Commit bf4d0ad has been approved by davidtwco

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 2, 2019
Centril added a commit to Centril/rust that referenced this pull request May 2, 2019
Rename `RUST_LOG` to `RUSTC_LOG`

cc: rust-lang#57985

I think we should also change these submodules:

- rustc-guide
- Cargo (rename to `CARGO_LOG`, cc: rust-lang/cargo#6605)
- miri
- rls
- rustfmt

r? @davidtwco
Centril added a commit to Centril/rust that referenced this pull request May 3, 2019
Rename `RUST_LOG` to `RUSTC_LOG`

cc: rust-lang#57985

I think we should also change these submodules:

- rustc-guide
- Cargo (rename to `CARGO_LOG`, cc: rust-lang/cargo#6605, rust-lang/cargo#6189)
- miri
- rls
- rustfmt

r? @davidtwco
bors added a commit that referenced this pull request May 3, 2019
Rollup of 12 pull requests

Successful merges:

 - #59928 (Make deprecation lint `ambiguous_associated_items` deny-by-default)
 - #60220 (report fatal errors during doctest parsing)
 - #60373 (Tidy: ensure lang features are sorted by since)
 - #60388 (Disallow non-explicit elided lifetimes in async fn)
 - #60393 ( Do not suggest incorrect syntax on pattern type error due to borrow)
 - #60401 (Rename `RUST_LOG` to `RUSTC_LOG`)
 - #60409 (Require a trait in the bounds of existential types)
 - #60455 (Resolve match arm ty when arms diverge)
 - #60457 (Const prop refactoring)
 - #60467 (Avoid repeated interning of static strings.)
 - #60478 (minor compiler doc tweaks)
 - #60501 (Propagate mutability from arguments to local bindings in async fn)

Failed merges:

r? @ghost
@bors bors merged commit bf4d0ad into rust-lang:master May 3, 2019
@JohnTitor JohnTitor deleted the rename-log branch May 3, 2019 18:11
bors added a commit to rust-lang/cargo that referenced this pull request May 8, 2019
Changed RUST_LOG usage to CARGO_LOG to avoid confusion.

This is a repost of #6605 now that rust-lang/rust#60401 has been merged.

This also includes a fix in `TargetInfo::new` to remove the **RUSTC_LOG** var.
@RalfJung
Copy link
Member

Should this be relnotes? I just lost a lot of time trying to figure out why my logging commands suddenly wouldn't work any more...

@RalfJung
Copy link
Member

I think we should also change these submodules:

Miri is listed in there but did not get changed (I'll take care of that now). Did someone go through the others in that list?

This was referenced May 13, 2019
@JohnTitor
Copy link
Member Author

Should this be relnotes? I just lost a lot of time trying to figure out why my logging commands suddenly wouldn't work any more...

Yes, I agree with. Some may be confused without notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants