The binlog of a single node does not record the changes of all nodes

msyql version
mysql:5.7.30
Is there any method or parameter that can enable the binlog of this node to record the updates of all nodes in the cluster?

Hi @ocean ,
Can you provide more details about the request? What is your setup and what is your end goal that you would like to achieve?

On a side note, log-slave-updates setting will update the log bin for the writes come from replication. See here for more on it. Pls check if this is what you are looking for.

Regards.
Vinodh Guruji