show error log by default
This commit is contained in:
parent
9421d2a953
commit
9ad2cea251
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user