(improvement)(Chat) add log for chat mapper (#844)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2024-03-20 23:50:33 +08:00
committed by GitHub
parent 0c8c085285
commit bc84fdaa3f

View File

@@ -35,7 +35,7 @@ public abstract class BaseMapper implements SchemaMapper {
} }
long cost = System.currentTimeMillis() - startTime; long cost = System.currentTimeMillis() - startTime;
log.debug("after {},cost:{},mapInfo:{}", simpleName, cost, log.info("after {},cost:{},mapInfo:{}", simpleName, cost,
queryContext.getMapInfo().getDataSetElementMatches()); queryContext.getMapInfo().getDataSetElementMatches());
} }