Skip to content

Commit

Permalink
tmp: log
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Feb 22, 2024
1 parent 7b8eaf5 commit ccdee26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/utils/pet/pet.utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func FilterPet(in *[]*pet.Pet, query *proto.FindAllPetRequest) error {
if !res {
log.Info().
Str("service", "filter pet").
Str("module", "FilterPet reject").Msg("age not in range")
Str("module", "FilterPet reject").Msgf("pet id = %s age not in range", p.ID.String())
continue
}
if query.Search != "" && !strings.Contains(p.Name, query.Search) {
Expand Down

0 comments on commit ccdee26

Please sign in to comment.