Skip to content

Commit 3e61a9b

Browse files
authored
CP-22730: remove debug logging (#61)
1 parent 4b19644 commit 3e61a9b

File tree

1 file changed

+0
-4
lines changed
  • cmd/cloudzero-insights-controller

1 file changed

+0
-4
lines changed

cmd/cloudzero-insights-controller/main.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ func main() {
3333
if err != nil {
3434
log.Fatal().Err(err).Msg("Failed to load settings")
3535
}
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)
4036

4137
// setup database
4238
db := storage.SetupDatabase()

0 commit comments

Comments
 (0)