Skip to content

Commit 83bcd5a

Browse files
Revert "Debug logging during s3 operations"
This reverts commit 075a927. No issues seen since this was added, and it's *very* verbose.
1 parent 075a927 commit 83bcd5a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -859,12 +859,6 @@ impl Context {
859859
fn aws_s3(&self) -> Command {
860860
let mut cmd = Command::new("aws");
861861

862-
// Log request IDs while we investigate an error coming from S3:
863-
// [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)
864-
//
865-
// See https://github.com/rust-lang/promote-release/issues/77 for tracking for this.
866-
cmd.arg("--debug");
867-
868862
// Allow using non-S3 backends with the AWS CLI.
869863
if let Some(url) = &self.config.s3_endpoint_url {
870864
cmd.arg("--endpoint-url");

0 commit comments

Comments
 (0)