mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-16 09:47:42 +00:00
Merge pull request #5271 from APriestman/solrLogUpdate
Updated solr log config
This commit is contained in:
commit
d74e49dcf5
Binary file not shown.
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 19 KiB |
@ -66,13 +66,16 @@ The following steps will configure Solr to run using an account that will have a
|
|||||||
\image html transientcache.PNG
|
\image html transientcache.PNG
|
||||||
<br><br>
|
<br><br>
|
||||||
4. <b>Log Configuration</b>: Edit <i>"C:\Bitnami\solr-4.10.3-0\apache-solr\resources/log4j.properties"</i> to configure Solr log settings:
|
4. <b>Log Configuration</b>: Edit <i>"C:\Bitnami\solr-4.10.3-0\apache-solr\resources/log4j.properties"</i> to configure Solr log settings:
|
||||||
- Increase the log rotation size threshold (_log4j\.appender\.file\.MaxFileSize_) from 4MB to 100MB.
|
<ol>
|
||||||
- Remove the _CONSOLE_ appender from the _log4j\.rootLogger_ line.
|
<li>Increase the log rotation size threshold (_log4j\.appender\.file\.MaxFileSize_) from 4MB to 100MB.
|
||||||
<br><br>
|
<li>Remove the _CONSOLE_ appender from the _log4j\.rootLogger_ line.
|
||||||
The log file should end up looking like this (modified lines are highlighted in yellow
|
<li>Add the line "log4j.logger.org.apache.solr.update.processor.LogUpdateProcessor=WARN".
|
||||||
<br><br>
|
</ol>
|
||||||
\image html log4j.PNG
|
The log file should end up looking like this (modified lines are highlighted in yellow
|
||||||
<br><br>
|
|
||||||
|
\image html log4j.PNG
|
||||||
|
|
||||||
|
|
||||||
5. <b>Schema Configuration</b>: From an Autopsy installation, copy the following into <i>"C:\Bitnami\solr-4.10.3-0\apache-solr\solr"</i>:
|
5. <b>Schema Configuration</b>: From an Autopsy installation, copy the following into <i>"C:\Bitnami\solr-4.10.3-0\apache-solr\solr"</i>:
|
||||||
- The folder <i>"C:\Program Files\Autopsy-XXX(current version)\autopsy\solr\solr\configsets"</i>
|
- The folder <i>"C:\Program Files\Autopsy-XXX(current version)\autopsy\solr\solr\configsets"</i>
|
||||||
- The folder <i>"C:\Program Files\Autopsy-XXX(current version)\autopsy\solr\solr\lib"</i>
|
- The folder <i>"C:\Program Files\Autopsy-XXX(current version)\autopsy\solr\solr\lib"</i>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user