Skip to content

Commit

Permalink
[iam] Do not log at Trace level
Browse files Browse the repository at this point in the history
  • Loading branch information
easyCZ authored and roboquat committed Dec 19, 2022
1 parent 088cf8a commit 32b2674
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/iam/pkg/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import (
func Start(logger *logrus.Entry, version string, cfg *config.ServiceConfig) error {
logger.WithField("config", cfg).Info("Starting IAM server.")

logger.Logger.SetLevel(logrus.TraceLevel)

srv, err := baseserver.New("iam",
baseserver.WithLogger(logger),
baseserver.WithConfig(cfg.Server),
Expand Down

0 comments on commit 32b2674

Please sign in to comment.