I saw that in our some of our builds we log, sometimes at bad log level, or we miss information (eg. SHA) or log the golang version used to build over the component's version...
Whatever the permutation, we want to align it so all our components output as much information as possible, best to stdout, not using a logger (or not only using the logger) and make sure we can reliably track what version of a component is running within a cluster.