Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrapCodes committed Mar 23, 2022
1 parent 12a151d commit 729a6c3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ func initLogger(ctx context.Context, kubeClientSet kubernetes.Interface) *zap.Su
} else {
logger.Errorf("error connecting to the object store, %v", err)
}
}
if err == nil && enabled {
logger.Info("Loading object store logger...")
w := zapcore.NewMultiWriteSyncer(
zapcore.AddSync(os.Stdout),
Expand Down

0 comments on commit 729a6c3

Please sign in to comment.