You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ /opt/consul/0.7.0/consul version
Consul v0.7.0
Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)
Server:
$ /opt/consul/0.7.0/consul version
Consul v0.7.0
Protocol 2 spoken by default, understands 2 to 3 (agent will automatically use protocol >2 when speaking to compatible agents)
Operating system and Environment details
Ubuntu 14.04 LTS
Description of the Issue (and unexpected/desired result)
When you have a node that is not running the latest code it is logged in /var/log/upstart/consul.log by default. This log message ==> Newer Consul version available: 0.7.1 (currently running: 0.7.0) does not include the typical log format DATE TIME [LOG_LEVEL] COMPONENT: MESSAGE
Reproduction steps
spin up consul with an older version than latest.
Code in question
I am not very proficient in go so apologies in advance:
consul info
for both Client and ServerClient:
Server:
Operating system and Environment details
Ubuntu 14.04 LTS
Description of the Issue (and unexpected/desired result)
When you have a node that is not running the latest code it is logged in /var/log/upstart/consul.log by default. This log message
==> Newer Consul version available: 0.7.1 (currently running: 0.7.0)
does not include the typical log formatDATE TIME [LOG_LEVEL] COMPONENT: MESSAGE
Reproduction steps
spin up consul with an older version than latest.
Code in question
I am not very proficient in go so apologies in advance:
This is the line of code that emits the message:
consul/command/agent/command.go
Line 597 in 04f8e5a
This feels like it should be writing it out correctly:
consul/command/agent/command.go
Lines 599 to 606 in 04f8e5a
Am I missing something obvious?
The text was updated successfully, but these errors were encountered: