I have many nodes that go to a common link in node to get logged to a database.
All the link out nodes have names and i wanted this to show in the log.
i see that the link in node gets a property called "_event" with "node:NODEID" in it.
Right now i have to open my own flows.json and locate the node and extract the name from it manually.
I think it would be better if the link in node gets the name directly and put it in a property called "source_name"/"link_name" or something like that.