From 9ad2cea25113befd4988785b98f92a6260969dfe Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 17 Sep 2019 20:53:12 +0300 Subject: show error log by default --- crates/ra_cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_cli') diff --git a/crates/ra_cli/src/main.rs b/crates/ra_cli/src/main.rs index ca9275cd4..7aacf515d 100644 --- a/crates/ra_cli/src/main.rs +++ b/crates/ra_cli/src/main.rs @@ -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 => { -- cgit v1.2.3