Description
The server startup prints a banner with the version, to stdout, not the logs. It then logs an initial boostrap log message about starting the server, without the version. The logs dont actually contain the broker version until it gets as far as being started, on the 23rd line (assuming it gets that far). Also, things not using the CLI wont even see the banner.
Add the version to the initial bootstrap log message, meaning it will be in the first line of the logs, making it more obvious and available earlier in the startup process.
Attachments
Issue Links
- links to