Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print Consul version on startup #1404

Closed
msabramo opened this issue Nov 11, 2015 · 0 comments
Closed

Print Consul version on startup #1404

msabramo opened this issue Nov 11, 2015 · 0 comments
Labels
type/enhancement Proposed improvement or new feature

Comments

@msabramo
Copy link

Along similar lines to hashicorp/vault#765, should Consul also print its version when starting up, to aid in troubleshooting?

Currently it prints info that's very similar to what Vault prints:

CORP\marca@consul03:/opt/consul$ tail -f /var/log/consul
==> Starting raft data migration...
==> Starting Consul agent...

==> Starting Consul agent RPC...
==> Consul agent running!
         Node name: 'consul03.corp.surveymonkey.com'
        Datacenter: 'monkeytest'
            Server: true (bootstrap: false)
       Client Addr: 0.0.0.0 (HTTP: 8500, HTTPS: -1, DNS: 8600, RPC: 8400)
      Cluster Addr: 10.128.40.149 (LAN: 8301, WAN: 8302)
    Gossip encrypt: false, RPC-TLS: false, TLS-Incoming: false
             Atlas: <disabled>

I figure it might as well print the version, just like Vault now does, thanks to @jefferai's fine work on hashicorp/vault#765

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Proposed improvement or new feature
Projects
None yet
Development

No branches or pull requests

2 participants