Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Reduce log output level
Browse files Browse the repository at this point in the history
  • Loading branch information
niusmallnan committed Jul 1, 2019
1 parent a37efde commit f87c5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/util/network/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ func AllDefaultGWOK(timeout int) error {
if checkAllDefaultGW() {
break
}
log.Info("Waiting for the default gateway ready")
log.Debug("Waiting for the default gateway ready")
}

if err != nil {
return err
}

log.Info("The default gateway is ready")
log.Debug("The default gateway is ready")

return nil
}

0 comments on commit f87c5f0

Please sign in to comment.