We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b19644 commit 3e61a9bCopy full SHA for 3e61a9b
cmd/cloudzero-insights-controller/main.go
@@ -33,10 +33,6 @@ func main() {
33
if err != nil {
34
log.Fatal().Err(err).Msg("Failed to load settings")
35
}
36
- log.Info().Msgf("Loaded settings from %v", configFiles)
37
- log.Info().Msgf("Settings are %v", settings)
38
- log.Info().Msgf("cloud account Id is %v", settings.CloudAccountID)
39
- log.Info().Msgf("host name is %v", settings.Host)
40
41
// setup database
42
db := storage.SetupDatabase()
0 commit comments