Skip to content

Commit

Permalink
address the comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <[email protected]>
  • Loading branch information
rleungx committed May 6, 2024
1 parent be15be4 commit a66b33e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/core/region.go
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ func GenerateRegionGuideFunc(enableLog bool) RegionGuideFunc {
func(_ context.Context) {
d(msg, fields...)
},
ratelimit.WithTaskName("Log"),
ratelimit.WithTaskName("DebugLog"),
)
}
info = func(msg string, fields ...zap.Field) {
Expand All @@ -746,7 +746,7 @@ func GenerateRegionGuideFunc(enableLog bool) RegionGuideFunc {
func(_ context.Context) {
i(msg, fields...)
},
ratelimit.WithTaskName("Log"),
ratelimit.WithTaskName("InfoLog"),
)
}
}
Expand Down

0 comments on commit a66b33e

Please sign in to comment.