improve logging
This commit is contained in:
parent
b222649d02
commit
f8fff4248e
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ public class CrawlTestBase extends ITBase {
|
|||
final Map<String, Object> searchBody = new HashMap<>();
|
||||
final String response = checkMethodBase(searchBody).get("/api/admin/" + apiName + "/logs").asString();
|
||||
final List<Map<String, Object>> itemList = JsonPath.from(response).getList("response.logs");
|
||||
logger.info("itemList: {}", itemList);
|
||||
return itemList;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue