Skip to content

Commit

Permalink
Merge remote-tracking branch 'matt/feature-configurable-cql-logging'
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed Sep 10, 2021
2 parents fa17949 + 21a69cb commit ee2dc6a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
import org.apache.commons.lang3.tuple.Triple;
import org.cqframework.cql.elm.execution.Library;
import org.hl7.fhir.dstu3.model.Measure;
import org.opencds.cqf.common.config.HapiProperties;
import org.opencds.cqf.common.evaluation.EvaluationProviderFactory;
import org.opencds.cqf.common.helpers.DateHelper;
import org.opencds.cqf.common.helpers.LoggingHelper;
import org.opencds.cqf.common.helpers.UsingHelper;
import org.opencds.cqf.cql.engine.data.DataProvider;
import org.opencds.cqf.cql.engine.debug.DebugMap;
import org.opencds.cqf.cql.engine.execution.Context;
import org.opencds.cqf.cql.engine.execution.LibraryLoader;
import org.opencds.cqf.cql.engine.runtime.DateTime;
Expand Down
4 changes: 4 additions & 0 deletions dstu3/src/main/resources/hapi.properties
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,8 @@ cds_hooks.fhirServer.maxCodesPerQuery=
cds_hooks.fhirServer.expandValueSets=
cds_hooks.fhirServer.searchStyle=
cds_hooks.prefetch.maxUriLength=

##################################################
# CQL Settings
##################################################
hapi.fhir.cql_logging_enabled=false
4 changes: 4 additions & 0 deletions r4/src/main/resources/hapi.properties
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,8 @@ cds_hooks.fhirServer.maxCodesPerQuery=
cds_hooks.fhirServer.expandValueSets=
cds_hooks.fhirServer.searchStyle=
cds_hooks.prefetch.maxUriLength=

##################################################
# CQL Settings
##################################################
hapi.fhir.cql_logging_enabled=false

0 comments on commit ee2dc6a

Please sign in to comment.