Announcement: You can find the guides for Commerce 7.5 and later on the new Elastic Path Documentation site. This Developer Center contains the guides for Commerce 6.13.0 through 7.4.1.Visit new site

This version of Elastic Path Commerce is no longer supported or maintained. To upgrade to the latest version, contact your Elastic Path representative.

Logging (Search Server)

Logging (Search Server)

The web applications use the Log4J logging framework to write logging information. By default, the searchserver web application logs errors and other system messages in <Your Server>\webapp\WEB-INF\log\elasticpath.log. The default logging level is INFO.

You can configure the application's logging settings in the ep-search-webapp\src\main\webapp\WEB-INF\misc\log4j.properties file.

Solr Logging

Solr, which provides the search server's search functionality, uses Log4J to write its logging information. For more information on Solr, see Search and Indexing with Solr.

To enable Solr message logging, edit the log4j.properties file and set the following property:

log4j.category.org.apache.solr=FINEST