durch / rust-s3

Rust library for interfacing with S3 API compatible services
MIT License
498 stars 195 forks source link

bucket.complete_multipart_upload unexpected log message #374

Open szguoxz opened 5 months ago

szguoxz commented 5 months ago

Just wondering, how can I disable the log message from bucket.complete_multipart_upload; As when I call bucket.complete_multipart_upload, it prints a lot stuff to stdout, messed up my stdout, make it difficult to chain my app.

durch commented 1 week ago

@szguoxz don't see any print lines in the code, can paste the log lines you're seeing?