mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Swap log line classifiers to be consistent
This commit is contained in:
@@ -1931,7 +1931,7 @@ func (c *Client) consulReaper() {
|
||||
case <-ticker.C:
|
||||
if err := c.consulReaperImpl(); err != nil {
|
||||
if lastok {
|
||||
c.logger.Printf("[ERR] consul.client: error reaping services in consul: %v", err)
|
||||
c.logger.Printf("[ERR] client.consul: error reaping services in consul: %v", err)
|
||||
lastok = false
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user