org.hl7.fhir.validator-wrapper
org.hl7.fhir.validator-wrapper copied to clipboard
-show-times option does nothing in Web UI
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?