Solr logs and exceptions are written to
solr.log and
solr_nsm.log.
By default,
solr.log is set to WARN level and
solr_nsm.log is set to INFO level.
To set the levels:
- Open log4j.xml in a text editor of your choice.
- Navigate to:
<category name="iv.core.database.solr" additivity="false">/
- Set <priority value="INFO"/> to <priority value="DEBUG"/>.
For example:
<priority value="DEBUG"/>
<appender-ref ref="SOLR_NSM_FILE"/>
</category>
- Navigate to:
<category name="org.apache.solr" additivity="false">
- Set <priority value=" INFO "/> to <priority value=" DEBUG "/>.
For example:
<priority value=" DEBUG "/>
<appender-ref ref="SOLR_FILE"/>
</category>
All
Solr queries from the
Home page dashboard and threat
explorer are logged to
tcc_query.log and
tcc_debug.log. Log level settings for both these log categories are set at
DEBUG. If you need a query specific to the monitor, view
tcc_query.log and search for the raw query specific to any monitor by its name like
Top Active Botnets.