Skip to content

Commit

Permalink
chore: downcase log for cleanup skipped (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Feb 15, 2023
1 parent 545286e commit c82b31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cleanup/cleanup.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (s *AuthenticationService) Run(ctx context.Context) {
for _, info := range s.config.Methods.AllMethods() {
logger := s.logger.With(zap.Stringer("method", info.Method))
if info.Cleanup == nil {
logger.Debug("Cleanup for auth method not defined (skipping)")
logger.Debug("cleanup for auth method not defined (skipping)")
continue
}

Expand Down

0 comments on commit c82b31d

Please sign in to comment.