Ver Fonte

make nodes warning a simple debug message

Thibault bui Koechlin há 5 anos atrás
pai
commit
4db1b0cad1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      pkg/outputs/ouputs.go

+ 1 - 1
pkg/outputs/ouputs.go

@@ -176,7 +176,7 @@ func (o *Output) ProcessOutput(sig types.SignalOccurence, profiles []types.Profi
 			return err
 			return err
 		}
 		}
 		if warn != nil {
 		if warn != nil {
-			logger.Infof("node warning : %s", warn)
+			logger.Debugf("node warning : %s", warn)
 		}
 		}
 		if ordr != nil {
 		if ordr != nil {
 			bans, err := types.OrderToApplications(ordr)
 			bans, err := types.OrderToApplications(ordr)