show error log by default

This commit is contained in:
Aleksey Kladov 2019-09-17 20:53:12 +03:00
parent 9421d2a953
commit 9ad2cea251

View File

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