Skip to content

Commit

Permalink
Silencing logs (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarnveerSGill committed May 21, 2024
1 parent e3bddd9 commit 5747ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/trcinit/initlib/vault-seed.go
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ func SeedVaultFromData(driverConfig *eUtils.DriverConfig, filepath string, fData
if len(driverConfig.ServiceFilter) > 0 && isIndexData && !strings.Contains(mod.SectionPath, driverConfig.ServiceFilter[0]) {
mod.SectionPath = mod.SectionPath[:strings.LastIndex(mod.SectionPath, "/")+1] + driverConfig.ServiceFilter[0] + mod.SectionPath[strings.LastIndex(mod.SectionPath, "/"):]
}
driverConfig.CoreConfig.Log.Println("Seeding configuration data for the following templates:" + mod.SectionPath)
//driverConfig.CoreConfig.Log.Println("Seeding configuration data for the following templates:" + driverConfig.ServiceFilter[0])
} else {
driverConfig.CoreConfig.Log.Println("Seeding configuration data for the following templates:" + filepath)
}
Expand Down

0 comments on commit 5747ed7

Please sign in to comment.