Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
YuJuncen authored Apr 16, 2021
1 parent f5a3aec commit ab63efc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/logutil/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ func Keys(keys [][]byte) zap.Field {
func ShortError(err error) zap.Field {
return zap.String("error", err.Error())
}
<<<<<<< HEAD
=======

var loggerToTerm, _, _ = log.InitLogger(new(log.Config), zap.AddCallerSkip(1))

Expand All @@ -207,4 +205,3 @@ func RedactAny(fieldKey string, key interface{}) zap.Field {
}
return zap.Any(fieldKey, key)
}
>>>>>>> 0576f071... backup: set concurrency to 1 when ratelimit enabled (#1015)

0 comments on commit ab63efc

Please sign in to comment.