Skip to content

Commit b673b44

Browse files
3tilleypanekj
authored andcommitted
Reduce logging verbosity
1 parent db54f8d commit b673b44

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crates/taplo-cli/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ impl<E: Environment> Taplo<E> {
139139

140140
let excluded = total - files.len();
141141

142-
tracing::info!(total, excluded, ?files, "found files");
142+
tracing::info!(total, excluded, "found files");
143+
tracing::debug!(?files, "file details");
143144

144145
Ok(files)
145146
}

0 commit comments

Comments
 (0)