Skip to content

Commit

Permalink
Update sentry.go
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed Jun 27, 2022
1 parent f3abb0a commit 5abbf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func setupSentry(ctx context.Context, p SentryParams) error {
levels = append(levels, l.String())
}

WithField(ctx, "levels", strings.Join(levels, " ")).Info("sentry enabled")
WithField(ctx, "levels", strings.Join(levels, " ")).Debug("sentry enabled")

logInstance.AddHook(hook)

Expand Down

0 comments on commit 5abbf76

Please sign in to comment.