mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
If the node name is explicitly set it's not derived from the node ID meaning that it doesn't immediately appear in the logs. While it can be tracked down in other places, it would be easier for info purposes if it just showed up explicitly. This commit adds the node ID to the logs, whether or not the node name is set. Relates #21673