Skip to content

Commit

Permalink
servo: Merge #11033 - Set max log level on all platforms (from mbrube…
Browse files Browse the repository at this point in the history
…ck:max-log); r=metajack

Servo currently enabled the `release_max_level_info` feature for the log crate
in an Android-specific dependency.  Currently this works for all platforms
because of rust-lang/cargo#2524, but it might break if that issue is fixed.

Source-Repo: https://github.com/servo/servo
Source-Revision: ab12d8098fcc0517b64643d25683e2e15e665410

UltraBlame original commit: e1ac9162c087971de3a15094972cd44a45378bf5
  • Loading branch information
marco-c committed Oct 1, 2019
1 parent bc7b949 commit f6fb94a
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions servo/components/servo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,20 @@ glutin_app
"
webdriver
"
"
max_log_level
"
]
max_log_level
=
[
"
env_logger
/
log
/
release_max_level_info
"
]
webdriver
=
Expand Down Expand Up @@ -805,22 +819,11 @@ dependencies
]
log
=
{
version
=
"
0
.
3
"
features
=
[
"
release_max_level_info
"
]
}
[
target
.
Expand Down

0 comments on commit f6fb94a

Please sign in to comment.