Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit 09e1469

Browse files
ianocianoc-stripe
authored andcommitted
Get logging down to debug
1 parent ddd108e commit 09e1469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bazel_runner/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ pub async fn execute_bazel_output_control<S: Into<String> + Clone>(
115115
.collect(),
116116
};
117117

118-
log::info!("{:?} {:?}", application, updated_command);
118+
debug!("{:?} {:?}", application, updated_command);
119119
let mut cmd = Command::new(application);
120120

121121
cmd.args(&updated_command)

0 commit comments

Comments
 (0)