diff --git a/docs/doxygen-user/images/log4j.PNG b/docs/doxygen-user/images/log4j.PNG index 15a4ba1113..c9800a1fe4 100644 Binary files a/docs/doxygen-user/images/log4j.PNG and b/docs/doxygen-user/images/log4j.PNG differ diff --git a/docs/doxygen-user/multi-user/installSolr.dox b/docs/doxygen-user/multi-user/installSolr.dox index 9ef8e3c907..3d55f29efc 100644 --- a/docs/doxygen-user/multi-user/installSolr.dox +++ b/docs/doxygen-user/multi-user/installSolr.dox @@ -66,13 +66,16 @@ The following steps will configure Solr to run using an account that will have a \image html transientcache.PNG

4. Log Configuration: Edit "C:\Bitnami\solr-4.10.3-0\apache-solr\resources/log4j.properties" to configure Solr log settings: - - Increase the log rotation size threshold (_log4j\.appender\.file\.MaxFileSize_) from 4MB to 100MB. - - Remove the _CONSOLE_ appender from the _log4j\.rootLogger_ line. -

- The log file should end up looking like this (modified lines are highlighted in yellow -

- \image html log4j.PNG -

+
    +
  1. Increase the log rotation size threshold (_log4j\.appender\.file\.MaxFileSize_) from 4MB to 100MB. +
  2. Remove the _CONSOLE_ appender from the _log4j\.rootLogger_ line. +
  3. Add the line "log4j.logger.org.apache.solr.update.processor.LogUpdateProcessor=WARN". +
+The log file should end up looking like this (modified lines are highlighted in yellow + +\image html log4j.PNG + + 5. Schema Configuration: From an Autopsy installation, copy the following into "C:\Bitnami\solr-4.10.3-0\apache-solr\solr": - The folder "C:\Program Files\Autopsy-XXX(current version)\autopsy\solr\solr\configsets" - The folder "C:\Program Files\Autopsy-XXX(current version)\autopsy\solr\solr\lib"