Magne
Magne

Reputation: 17223

Where is the websolr log files stored (when using Heroku)?

I am getting this error message, when reindexing, and I want to inspect the internal server error it reports.

[2014-12-11 10:37:43 +0000] Start Indexing Error - RSolr::Error::Http - 500 Internal Server Error - retrying... Error - RSolr::Error::Http - 500 Internal Server Error - ignoring... [2014-12-11 10:37:44 +0000] Completed Indexing. Rows indexed 850. Rows/sec: 36.41987405255847 (Elapsed: 1.372876796 sec.)

Upvotes: 0

Views: 189

Answers (2)

Rob Sears
Rob Sears

Reputation: 376

Websolr support here. Websolr doesn't (yet) provide user-accessible logs. The best bet is to send an email to [email protected] and we can get you the info you need.

Upvotes: 1

rvegas
rvegas

Reputation: 78

run something like

locate solr.log

The log files are normally located in the root of your installation of solr instance inside a folder called logs.

Upvotes: 0

Related Questions