We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents baa2ccc + 557c5b4 commit dd9ead5Copy full SHA for dd9ead5
crates/ide-db/src/apply_change.rs
@@ -20,7 +20,7 @@ impl RootDatabase {
20
pub fn apply_change(&mut self, change: Change) {
21
let _p = profile::span("RootDatabase::apply_change");
22
self.request_cancellation();
23
- tracing::info!("apply_change {:?}", change);
+ tracing::trace!("apply_change {:?}", change);
24
if let Some(roots) = &change.roots {
25
let mut local_roots = FxHashSet::default();
26
let mut library_roots = FxHashSet::default();
0 commit comments