Please add logging for /ip cloud

As subject. There is currently (in 6.15) no logging for cloud, nor any topic for the log.

for now, there is not much happening in there and the only thing that is important is current state.

Also, if router sends out request - it gets registered anyway, so even if you have status, that no response from the server, router FQDN will work.

Or what you would you like to see in the logs?

+1
Add logging for /ip cloud
Until then:

/ip firewall raw add action=log chain=output dst-port=15252 log=yes log-prefix="Cloud: " protocol=udp;
/ip firewall raw add action=log chain=prerouting log=yes log-prefix="Cloud: " protocol=udp src-port=15252;