[enhancement](log) remove some temp debug log (#25809)

* [enhancement](log) remove some temp debug log

* update
This commit is contained in:
zhangstar333
2023-10-24 18:17:04 +08:00
committed by GitHub
parent 3837e7b779
commit ac79cbaf66
2 changed files with 1 additions and 6 deletions

View File

@ -420,7 +420,7 @@ public class OlapTable extends Table {
// Column maybe renamed, rebuild the column name map
indexMeta.initColumnNameMap();
}
LOG.info("after rebuild full schema. table {}, schema size: {}", id, fullSchema.size());
LOG.debug("after rebuild full schema. table {}, schema size: {}", id, fullSchema.size());
}
public boolean deleteIndexInfo(String indexName) {