mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 09:27:27 +00:00
Merge #1859
1859: show error log by default r=matklad a=matklad Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
1f41eb28e2
1 changed files with 1 additions and 1 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Reference in a new issue