Skip to content

Commit

Permalink
Merge pull request #388 from europeana/EA-2094_fix_sort_order
Browse files Browse the repository at this point in the history
improved logging #EA-2141
  • Loading branch information
gsergiu authored Jul 23, 2024
2 parents b97aff5 + 2f1f394 commit c12c793
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ public class SolrConfig {

@Bean(AnnotationConfiguration.BEAN_ANNO_SOLR_CLIENT)
public SolrClient annoSolrClient() {
logger.info("Configuring annotation solr client at the url: {}", solrUrl);
logger.info("Configuring annotation solr client at the url: {}, zookeeper url: {}, collection: {}",
solrUrl, solrZookeeperUrl, solrCollection);
if(solrClient != null) {
return solrClient;
}else if(StringUtils.isNotBlank(solrZookeeperUrl)) {
Expand Down

0 comments on commit c12c793

Please sign in to comment.