ref 21031: Add support to Jupyter

Added Jupyter Accesses Harvester
This commit is contained in:
Giancarlo Panichi 2021-03-25 17:48:55 +01:00
parent 7a335cbefd
commit 13481c35a5
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ public class JupyterAccessesHarvester extends BasicHarvester {
if (pagePath != null && !pagePath.isEmpty()) {
if (pagePath.contains(lowerCasedContext)) {
if (pagePath.contains("jupyter") || pagePath.contains("jupiter")) {
logger.trace("Matched jupyter or jupiter ({}) : {}", pagePath);
logger.trace("Matched jupyter or jupiter ({}) : {}", lowerCasedContext, pagePath);
measure += row.getVisitNumber();
}
}