Skip to content

Commit

Permalink
remove config print (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
atye authored Jul 8, 2024
1 parent 4436927 commit 9eeed77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/proxy-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ func run(log *logrus.Entry) error {
updateConfiguration(cfgViper, log)
})

log.Infof("Config: %+v", cfg)

csmViper := viper.New()
csmViper.SetConfigName("csm-config-params")
csmViper.AddConfigPath("/etc/karavi-authorization/csm-config-params/")
Expand Down

0 comments on commit 9eeed77

Please sign in to comment.