mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-10 12:19:28 +00:00
Demote LSP request time log to trace level
This commit is contained in:
parent
00a505e41a
commit
988ee93a81
1 changed files with 1 additions and 1 deletions
|
@ -999,7 +999,7 @@ impl LanguageServer {
|
|||
select! {
|
||||
response = rx.fuse() => {
|
||||
let elapsed = started.elapsed();
|
||||
log::info!("Took {elapsed:?} to receive response to {method:?} id {id}");
|
||||
log::trace!("Took {elapsed:?} to receive response to {method:?} id {id}");
|
||||
cancel_on_drop.abort();
|
||||
response?
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue