Skip to content

Commit

Permalink
Revert "[common-go] Adjust log level to debug"
Browse files Browse the repository at this point in the history
This reverts commit 8b6f6fb.
  • Loading branch information
csweichel authored Oct 12, 2021
1 parent 64cb84b commit 3139b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common-go/grpc/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func ServerOptionsWithInterceptors(stream []grpc.StreamServerInterceptor, unary

func SetupLogging() {
grpclog.SetLoggerV2(grpclog.NewLoggerV2(
log.WithField("component", "grpc").WriterLevel(logrus.DebugLevel),
log.WithField("component", "grpc").WriterLevel(logrus.InfoLevel),
log.WithField("component", "grpc").WriterLevel(logrus.WarnLevel),
log.WithField("component", "grpc").WriterLevel(logrus.ErrorLevel),
))
Expand Down

0 comments on commit 3139b81

Please sign in to comment.