mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
client: standardize error logging format
This commit is contained in:
@@ -652,7 +652,7 @@ func (c *Command) retryJoin(config *Config) {
|
||||
|
||||
attempt++
|
||||
if config.Server.RetryMaxAttempts > 0 && attempt > config.Server.RetryMaxAttempts {
|
||||
logger.Printf("[ERROR] agent: max join retry exhausted, exiting")
|
||||
logger.Printf("[ERR] agent: max join retry exhausted, exiting")
|
||||
close(c.retryJoinErrCh)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user