Open yoshuawuyts opened 6 years ago
The following code doesn't log anything out:
let name = env!("CARGO_PKG_NAME"); args.logger.log(args.verbosity.log_level(), name)?;
I'm pretty sure there's a bug in our log filter. log_all() does work as intended.
log_all()
The following code doesn't log anything out:
I'm pretty sure there's a bug in our log filter.
log_all()
does work as intended.