Skip to content

Commit 1cfe75f

Browse files
ayushVerma-meeshoshubhamk-meesho
authored andcommitted
change warn level to error to debug (#197)
1 parent e4f8db6 commit 1cfe75f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • online-feature-store/internal/handler/feature

online-feature-store/internal/handler/feature/retrieve.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ func (h *RetrieveHandler) fillMatrix(data *RetrieveData, fgToDDB map[int]*blocks
832832
}
833833
// Handle missing features (seq = -1)
834834
if seq == -1 {
835-
log.Warn().Msgf("Feature %s not found in version %d, switching to active version for default value", featureLabel, version)
835+
log.Error().Msgf("Feature %s not found in version %d, switching to active version for default value", featureLabel, version)
836836

837837
// Get active version
838838
version, err = h.config.GetActiveVersion(data.EntityLabel, fgId)

0 commit comments

Comments
 (0)