currently when we send a broadcast update for one of our channels (a pretty important action) we only log Handling BroadcastChannelUpdate event in peer_handler for scid X, which is kinda useless, we really want to know more about the update itself (which is only logged at the GOSSIP level). We should include the contents in that log.