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

Commit

Permalink
Get logging down to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc authored and ianoc-stripe committed Oct 15, 2020
1 parent ddd108e commit 09e1469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bazel_runner/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ pub async fn execute_bazel_output_control<S: Into<String> + Clone>(
.collect(),
};

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

cmd.args(&updated_command)
Expand Down

0 comments on commit 09e1469

Please sign in to comment.