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.
1 parent 4302821 commit 678210dCopy full SHA for 678210d
objdiff-core/src/build/watcher.rs
@@ -56,7 +56,7 @@ pub fn create_watcher(
56
continue;
57
};
58
if patterns.is_match(path) && !ignore_patterns.is_match(path) {
59
- log::info!("File modified: {}", path.display());
+ log::debug!("File modified: {}", path.display());
60
any_match = true;
61
}
62
0 commit comments