fix: reduce log message

This commit is contained in:
Roman 2026-05-05 12:48:07 +08:00
parent 2e44e9e15e
commit 1c5888dd1b
No known key found for this signature in database
GPG Key ID: 583BDF43C238B83E

View File

@ -197,11 +197,7 @@ def configure_fleet_cluster(request, pubsub_cfg):
StepsLightPush.default_message_propagation_delay = 0.5
logger.info(
"Fleet cluster config active pubsub topics overridden to cluster-id=%s "
"(shards 0-7, e.g. relay_test_topic=%s rln_test_topic=%s); "
"StepsLightPush.setup_lightpush_node overridden to use receiving_node1 as "
"lightpush service (fleet-peered with RLN membership #1; messages relay "
"through fleet mesh to receiving_node2 peered with %s)",
"Fleet cluster config active pubsub topics overridden to cluster-id=%s " "(shards 0-7, e.g. relay_test_topic=%s rln_test_topic=%s)",
FLEET_CLUSTER_ID,
pubsub_cfg.relay_test_topic,
pubsub_cfg.rln_test_topic,