Description
Noticed that the system test `test_dynamic_logging` in `connect_distributed_test` is failing with the following error:
[INFO - 2024-05-08 21:11:06,638 - runner_client - log - lineno:310]: RunnerClient: kafkatest.tests.connect.connect_distributed_test.ConnectDistributedTest.test_dynamic_logging: FAIL: AssertionError() Traceback (most recent call last): File "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python3.7/site-packages/ducktape/tests/runner_client.py", line 184, in _do_run data = self.run_test() File "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/venv/lib/python3.7/site-packages/ducktape/tests/runner_client.py", line 262, in run_test return self.test_context.function(self.test) File "/home/jenkins/workspace/system-test-kafka-branch-builder/kafka/tests/kafkatest/tests/connect/connect_distributed_test.py", line 500, in test_dynamic_logging assert self._loggers_are_set(new_level, request_time, namespace, workers=[worker]) AssertionError