mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 04:57:28 +00:00
(improvement)(Chat) add log for chat mapper (#844)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -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());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user