-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 to pretty_env_logger? #6348
Comments
👍 from me, and I would be ok fixing #6189 at the same time. |
I'm personally a fan of |
@alexcrichton what if I feature flag it? My usecase is when debugging cargo in tree anyways 😄 |
Seems plausible to me! |
Switch to pretty_env_logger, under --features pretty-env-logger Fixes #6348
chore: Update base64 This removes one of cargo's duplicate dependencies as found by #11761. `base64` is a bit of a controversial crate right now. It is going through large API changes, making it not as ergonomic for basic cases, which has ticked off a number of people. I kept it for now because its elsewhere in our dependency tree. Byron already updated `prodash` to use the latest `parking_lot` Remaining duplicates - `hex` is blocked on `crypto-hash` which seems to no longer be maintained - `hashbrown` is blocked on `indexmap` (updated in master) and `imara-diff` - `humantime`, `env_logger`, `hermit-abi` are present from the optional `pretty_env_logger` dependency (why are we using optional deps? #6348) - `windows-sys` is held back by `schannel`, `tempfile`, and `mio`
https://github.com/seanmonstar/pretty-env-logger is pretty. Anyone feel for or against switch to it?
The text was updated successfully, but these errors were encountered: