This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new b4fbf27903a [security] Dont print password in logs (#33606) b4fbf27903a is described below commit b4fbf27903a16a19cd70d378f857735ce306560a Author: Vallish Pai <vallish...@gmail.com> AuthorDate: Sat Apr 13 10:50:23 2024 +0530 [security] Dont print password in logs (#33606) --- cloud/src/recycler/recycler_service.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cloud/src/recycler/recycler_service.cpp b/cloud/src/recycler/recycler_service.cpp index 0dc523312df..5b0b3e8078c 100644 --- a/cloud/src/recycler/recycler_service.cpp +++ b/cloud/src/recycler/recycler_service.cpp @@ -384,7 +384,6 @@ void RecyclerServiceImpl::http(::google::protobuf::RpcController* controller, LOG(INFO) << " host " << *host; LOG(INFO) << " port " << *port; LOG(INFO) << " user " << *user; - LOG(INFO) << " passwd " << *password; LOG(INFO) << " instance " << *instance_id; if (instance_id == nullptr || instance_id->empty() || host == nullptr || host->empty() || port == nullptr || port->empty() || password == nullptr || user == nullptr || --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org