loggerv icon indicating copy to clipboard operation
loggerv copied to clipboard

A minimalistic stdout/stderr logger for rust

Results 4 loggerv issues
Sort by recently updated
recently updated
newest added

kind of the same as https://github.com/clux/loggerv/pull/18 honestly, not sure which one is better.

When working with Jenkins or SSH colorization stops working due to standard output/error not being a terminal like output. Many terminal programs allow to force colorization of output in case...

This pull request contains changes to implement the `filter` method and support for inheriting logging configuration from the environment via the `RUST_LOG` variable, similar to the [env_logger](https://github.com/sebasmagri/env_logger/) crate as discussed...

If we include any simple http requests nowadays it's no longer just the slightly spammy `hyper` client, but also tons of crap from tokio and mio, which I'm not usually...