1859: show error log by default r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2019-09-17 17:54:44 +00:00 committed by GitHub
commit 1f41eb28e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ impl Verbosity {
}
fn main() -> Result<()> {
Logger::with_env().start()?;
Logger::with_env_or_str("error").start()?;
let subcommand = match std::env::args_os().nth(1) {
None => {