Skip to content

Commit

Permalink
Block logs sent to convention leader
Browse files Browse the repository at this point in the history
  • Loading branch information
gbanasiak committed Dec 18, 2024
1 parent ddcfe01 commit c18d03b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions esrally/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,7 @@ def actorSystemCapabilityCheck(capabilities, requirements):
current = capabilities.get(name, None)
if current != value:
# A mismatch by is not a problem by itself as long as at least one actor system instance matches the requirements.
logger.debug("Checking capabilities [%s] against requirements [%s] failed.", capabilities, requirements)
return False
logger.debug("Capabilities [%s] match requirements [%s].", capabilities, requirements)
return True

def transition_when_all_children_responded(self, sender, msg, expected_status, new_status, transition):
Expand Down
2 changes: 1 addition & 1 deletion esrally/client/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def host_string(host):
self.ssl_context.verify_mode = ssl.CERT_NONE
self.client_options["ssl_show_warn"] = False

self.logger.warning(
self.logger.debug(
"User has enabled SSL but disabled certificate verification. This is dangerous but may be ok for a benchmark."
)
else:
Expand Down

0 comments on commit c18d03b

Please sign in to comment.