Skip to content

Commit

Permalink
Turn on access logging in stage
Browse files Browse the repository at this point in the history
  • Loading branch information
kahowell committed Dec 14, 2023
1 parent 749695e commit 19172cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swatch-contracts/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ quarkus.log.handler.splunk.max-retries=${SPLUNK_HEC_RETRY_COUNT:0}
quarkus.log.handler.splunk.metadata-fields.namespace=${SPLUNKMETA_namespace:local}
quarkus.log.handler.splunk.format=%d %-5p [%c{3.}] (%t) %s%e%n
quarkus.log.handler.splunk.include-exception=${SPLUNK_HEC_INCLUDE_EX:false}
%stage.quarkus.http.access-log.enabled=true

quarkus.rest-client."com.redhat.swatch.clients.rh.partner.gateway.api.resources.PartnerApi".url=${ENTITLEMENT_GATEWAY_URL:http://localhost:8101}
quarkus.rest-client."com.redhat.swatch.clients.rh.partner.gateway.api.resources.PartnerApi".key-store=${KEYSTORE_RESOURCE:}
Expand Down

0 comments on commit 19172cc

Please sign in to comment.