reid il y a 2 ans
Parent
commit
78c5f63dda
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      rectify/rectify.go

+ 1 - 1
rectify/rectify.go

@@ -61,7 +61,7 @@ func DockerSubscriptionHandler() {
 			}
 
 		default:
-			if config.DevMode == true {
+			if config.DebugMode == true {
 				logger.Info(fmt.Sprintf("%s event: %s", contName, dockerEvent.Action))
 			}
 			return