org.hl7.fhir.validator-wrapper icon indicating copy to clipboard operation
org.hl7.fhir.validator-wrapper copied to clipboard

-show-times option does nothing in Web UI

Open dotasek opened this issue 2 years ago • 0 comments

The -show-times option prints out to System.out in ValidatorEngine, which prints to the server logs, while the UI shows nothing.

This is the only line -show-times appears to impact:

https://github.com/hapifhir/org.hl7.fhir.core/blob/308ca865e3835fa562a2afa410251fbc5d431685/org.hl7.fhir.validation/src/main/java/org/hl7/fhir/validation/ValidationEngine.java#L581

Maybe -show-times could instead include Validator Info messages instead?

dotasek avatar Oct 21 '22 19:10 dotasek