Skip to content

Commit

Permalink
print setting values
Browse files Browse the repository at this point in the history
Signed-off-by: Jackie Han <[email protected]>
  • Loading branch information
jackiehanyang committed Jun 6, 2024
1 parent 97dec46 commit e14848a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/opensearch/ad/model/AnomalyDetector.java
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,10 @@ public static AnomalyDetector parse(
customResultIndexTTL
);
detector.setDetectionDateRange(detectionDateRange);
System.out.println("here: ");
System.out.println(detector.customResultIndexMinAge);
System.out.println(detector.customResultIndexMinSize);
System.out.println(detector.customResultIndexTTL);
return detector;
}

Expand Down

0 comments on commit e14848a

Please sign in to comment.