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

Switch rustdoc logging to RUSTDOC_LOG #64329

Merged
merged 1 commit into from
Sep 10, 2019

Conversation

Mark-Simulacrum
Copy link
Member

This better aligns with Cargo (CARGO_LOG) and rustc (RUSTC_LOG).

Fixes #64309

r? @GuillaumeGomez

This better aligns with Cargo (CARGO_LOG) and rustc (RUSTC_LOG).
@Mark-Simulacrum
Copy link
Member Author

cc @rust-lang/rustdoc as this'll affect anyone trying to view the log statements in rustdoc

@Mark-Simulacrum Mark-Simulacrum added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 10, 2019
@GuillaumeGomez
Copy link
Member

Thanks!

@bors: r+

@bors
Copy link
Contributor

bors commented Sep 10, 2019

📌 Commit 007a58d has been approved by GuillaumeGomez

@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 Sep 10, 2019
@bors
Copy link
Contributor

bors commented Sep 10, 2019

⌛ Testing commit 007a58d with merge 403c0de...

bors added a commit that referenced this pull request Sep 10, 2019
Switch rustdoc logging to RUSTDOC_LOG

This better aligns with Cargo (CARGO_LOG) and rustc (RUSTC_LOG).

Fixes #64309

r? @GuillaumeGomez
@bors
Copy link
Contributor

bors commented Sep 10, 2019

☀️ Test successful - checks-azure
Approved by: GuillaumeGomez
Pushing 403c0de to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Sep 10, 2019
@bors bors merged commit 007a58d into rust-lang:master Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. 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.

Doc tests use RUST_LOG variable
3 participants