reid пре 2 година
родитељ
комит
01fd32c94e
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      config/config.go

+ 1 - 0
config/config.go

@@ -179,6 +179,7 @@ func persistConf(configMap map[string]interface{}) error {
 		return fmt.Errorf("Error updating global config: %v", err)
 	}
 	// write to disk
+	config.Logger.Info("Persisting configuration to disk")
 	if err := ioutil.WriteFile(confPath, updatedJSON, 0644); err != nil {
 		return fmt.Errorf("Error writing to file: %v", err)
 	}