Skip to content
Snippets Groups Projects
Commit 56b6b473 authored by Alok Joshi's avatar Alok Joshi
Browse files

add Lazy on logger

parent 8347d129
No related branches found
No related tags found
1 merge request!6Trusted ibm
......@@ -24,6 +24,7 @@ import org.opengroup.osdu.is.core.provider.interfaces.persistence.ElasticReposit
import org.opengroup.osdu.is.core.service.ElasticSettingService;
import org.opengroup.osdu.is.core.service.TenantInfoService;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import javax.inject.Inject;
......@@ -37,6 +38,7 @@ public class ElasticSettingServiceImpl implements ElasticSettingService {
@Inject
private IElasticCredentialsCache elasticCredentialCache;
@Inject
@Lazy
private JaxRsDpsLog log;
@Value("${GAE_SERVICE}")
......
......@@ -23,7 +23,7 @@ REDIS_SEARCH_PORT=6379
DEFAULT_DATA_COUNTRY=US
AUTHORIZE_API=https://entitlements-dot-opendes.appspot.com/entitlements/v1
LEGALTAG_API=https://legal-dot-opendes.appspot.com/api/legal/v1
LEGALTAG_API=https://os-legal-dot-opendes.appspot.com/api/legal/v1
CRS_API=https://crs-converter-dot-opendes.appspot.com/api/crs/v1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment