Skip to content

Commit

Permalink
fix(frontend): Remove logging of whole config (#1572)
Browse files Browse the repository at this point in the history
Original PR: #1550 by
@jdvgh

Co-authored-by: Eilers, Jonas <[email protected]>
  • Loading branch information
sven-urbanski-freiheit-com and jdvgh authored May 3, 2024
1 parent 042f0d1 commit ac457b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/frontend-service/pkg/cmd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ func runServer(ctx context.Context) error {
logger.FromContext(ctx).Error("config.parse", zap.Error(err))
return err
}
logger.FromContext(ctx).Warn(fmt.Sprintf("config: \n%v", c))
if c.GitAuthorEmail == "" {
msg := "DefaultGitAuthorEmail must not be empty"
logger.FromContext(ctx).Error(msg)
Expand Down

0 comments on commit ac457b7

Please sign in to comment.