Skip to content

Commit

Permalink
Fix logs
Browse files Browse the repository at this point in the history
  • Loading branch information
msistla96 committed May 1, 2024
1 parent e7f4aac commit 483d990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/internal/feast/server/http_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func typecastToEntityIntType(val *repeatedValue, entityType prototypes.ValueType
defer span.Finish()
logSpanContext := logWithSpanContext(span)

logSpanContext.Info().Msgf("Entity Values %v, Entity type", val, entityType.String())
logSpanContext.Info().Msgf(fmt.Sprintf("Entity Values %v, Entity type %s", val, entityType.String()))
logSpanContext.Info().Msg("Value of prototype.ValueType_INT32: " + prototypes.ValueType_INT32.String())
if val.int64Val != nil {
if entityType.String() != prototypes.ValueType_INT32.String() {
Expand Down

0 comments on commit 483d990

Please sign in to comment.