mirror of
https://github.com/rancher/os.git
synced 2025-06-26 23:06:51 +00:00
Reduce log output level
This commit is contained in:
parent
a37efde319
commit
f87c5f0b5a
@ -96,14 +96,14 @@ func AllDefaultGWOK(timeout int) error {
|
|||||||
if checkAllDefaultGW() {
|
if checkAllDefaultGW() {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
log.Info("Waiting for the default gateway ready")
|
log.Debug("Waiting for the default gateway ready")
|
||||||
}
|
}
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Info("The default gateway is ready")
|
log.Debug("The default gateway is ready")
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user