Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "SolrLogging" page has been changed by Neil Hooey: http://wiki.apache.org/solr/SolrLogging?action=diff&rev1=18&rev2=19 Comment: Formatting. {{{ <configuration debug="true"> - <appender name="FILE" class="ch.qos.logback.core.FileAppender"> + <appender name="FILE" class="ch.qos.logback.core.FileAppender"> <file>C:\solr\jetty\example\solr\logs\solr.log</file> <encoder> <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>