Skip to content

Commit

Permalink
fix(core): 修改日志记录
Browse files Browse the repository at this point in the history
  • Loading branch information
BadKid90s committed Jan 22, 2024
1 parent dfb0173 commit 3e9e575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/filter/gateway/add_request_header.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func (a *AddRequestHeaderFactory) Apply(configuration *config.FilterConfiguratio
header = i
val, ok := value.(string)
if !ok {
logger.Logger.TagLogger("addRequestHeaderFactory").Fatalf("config value is not string type, key:%s", i)
logger.Logger.TagLogger("addReqHeader").Fatalf("config value is not string type, key:%s", i)
}
headerValue = val
}
Expand Down

0 comments on commit 3e9e575

Please sign in to comment.