szaszm commented on code in PR #1869:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1869#discussion_r1775080633


##########
libminifi/src/RemoteProcessorGroupPort.cpp:
##########
@@ -292,6 +292,7 @@ std::pair<std::string, int> 
RemoteProcessorGroupPort::refreshRemoteSite2SiteInfo
     if (!token.empty())
       client->setRequestHeader("Authorization", token);
 
+    client->setVerbose(false);

Review Comment:
   I'd add a comment clarifying that these logs go to the debug level.
   ```suggestion
       // verbose logs are logged at debug level
       client->setVerbose(/* use_stderr: */ false);
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to