Skip to content

Commit

Permalink
Remove config logging to improve security. (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
jankaspar authored Aug 7, 2020
1 parent d38cc6f commit 476a0e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/armada/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ func main() {
common.LoadConfig(&config, "./config/armada", userSpecifiedConfig)

log.Info("Starting...")
log.Infof("Config %+v", config)

stopSignal := make(chan os.Signal, 1)
signal.Notify(stopSignal, syscall.SIGINT, syscall.SIGTERM)
Expand Down

0 comments on commit 476a0e0

Please sign in to comment.