Skip to content

Commit

Permalink
tests/redpanda: log the bootstrap cluster config
Browse files Browse the repository at this point in the history
to complement the logging of node configurations. Note that
cluster_config.yaml records cluster config when nodes stop, whlie
this log dumps the initial bootstrap config.
  • Loading branch information
dlex committed Jun 28, 2023
1 parent b0c0cc7 commit 2bbfd99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/rptest/services/redpanda.py
Original file line number Diff line number Diff line change
Expand Up @@ -3055,6 +3055,7 @@ def write_bootstrap_cluster_config(self):
conf.update(dict(sasl_mechanisms=self._security.sasl_mechanisms))

conf_yaml = yaml.dump(conf)
self.logger.debug(conf_yaml)
for node in self.nodes:
self.logger.info(
"Writing bootstrap cluster config file {}:{}".format(
Expand Down

0 comments on commit 2bbfd99

Please sign in to comment.