added log stmt

This commit is contained in:
Abhishek Kondur 2022-10-21 13:07:14 +05:30
parent 8235ae2e6b
commit 4647b64b05

View file

@ -142,6 +142,7 @@ func Configure() error {
if logic.CheckIfFileExists(path) {
data, err := os.ReadFile(path)
if err == nil {
logger.Log(0, "MQ config exists already, Updating Existing Config...")
json.Unmarshal(data, &dynConfig)
}
}