mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 11:25:41 +03:00
fingerprint: improve initial fingerpint message
The initial fingerprint message is actually fairly useful, so I bumped it to Debug and fixed the output formatting.
This commit is contained in:
@@ -371,7 +371,7 @@ func (i *instanceManager) handleFingerprint(fp *drivers.Fingerprint) {
|
||||
|
||||
// if this is the first fingerprint, mark that we have received it
|
||||
if !i.hasFingerprinted {
|
||||
i.logger.Trace("initial driver fingerprint", "fingerprint", fp)
|
||||
i.logger.Debug("initial driver fingerprint", "health", fp.Health, "description", fp.HealthDescription)
|
||||
close(i.firstFingerprintCh)
|
||||
i.hasFingerprinted = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user