Showing posts with label Logs. Show all posts
Showing posts with label Logs. Show all posts

Friday, July 15, 2016

How to enable Solr Indexing logs in WSO2 Products

Just add following two lines to <CARBON_HOME>/repository/config/log4j.properties 

log4j.logger.org.wso2.carbon.registry.indexing.solr.SolrClient=DEBUG
log4j.logger.org.wso2.carbon.registry.indexing.ResourceSubmitter=DEBUG

Then Restart the server.

You will see debug logs in console while registry resources are indexing like below.