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=17&rev2=18 Comment: Fixed bulleted formatting. Note: If you wanted to upgrade SLF4J from 1.6.1 to 1.6.4 you would do the following... - a. Get the SLF4J from http://www.slf4j.org/dist/slf4j-1.6.4.tar.gz + a. Get the SLF4J from http://www.slf4j.org/dist/slf4j-1.6.4.tar.gz <<BR>> - b. Extract the tar into a temporary directory + b. Extract the tar into a temporary directory <<BR>> - c. delete the old versions: + c. delete the old versions: <<BR>> {{{ # rm /tmp/solr/WEB-INF/lib/jcl-over-slf4j-1.6.1.jar @@ -84, +84 @@ # rm /tmp/solr/WEB-INF/lib/slf4j-api-1.6.1.jar }}} - d. Copy the new ones + d. Copy the new ones <<BR>> {{{ # cp jcl-over-slf4j-1.6.4.jar /tmp/solr/WEB-INF/lib