Skip to content

Commit

Permalink
LRQA-54230 Set logExceptionsOnly to true
Browse files Browse the repository at this point in the history
  • Loading branch information
timpak authored and brianchandotcom committed Feb 26, 2020
1 parent b3e22d3 commit 7b8aa3c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,10 @@ definition {
dmDocumentTitle = "DM Title 1",
groupName = "Guest");

OSGiConfig.deployOSGiConfigs(
OSGiConfigFileName = "com.liferay.portal.search.elasticsearch7.configuration.ElasticsearchConfiguration.config",
OSGiConfigs = "operationMode="REMOTE",remoteClusterConnectionId="remote",logExceptionsOnly="true"");

OSGiConfig.deployOSGiConfigs(
OSGiConfigFileName = "com.liferay.portal.search.elasticsearch7.configuration.ElasticsearchConnectionConfiguration-default_ccr.config",
OSGiConfigs = "connectionId="ccr",networkHostAddresses=["http://localhost:9202"]");
Expand Down

0 comments on commit 7b8aa3c

Please sign in to comment.