Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit committed Jun 7, 2024
1 parent c4b7d24 commit 5d043c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quesma/schema/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (s *schemaRegistry) loadTypeMappingsFromConfiguration() {
continue
}
if indexConfiguration.SchemaConfiguration != nil {
logger.Info().Msgf("loading schema for index %s", indexConfiguration.Name)
logger.Debug().Msgf("loading schema for index %s", indexConfiguration.Name)
fields := make(map[FieldName]Field)
for _, field := range indexConfiguration.SchemaConfiguration.Fields {
fieldName := FieldName(field.Name)
Expand Down

0 comments on commit 5d043c9

Please sign in to comment.