19 Oct
2020
19 Oct
'20
8:04 p.m.
On 19/10/2020 17:56, PGNet Dev wrote:
On 10/19/20 8:24 AM, John Fawcett wrote:
Depending how solr has been setup you could see the logging in the web server access log. My access log is where I configured it in /var/log/httpd/servername.access_log, yours may be different.
here, not running a standalone webserver/proxy in front of solr.
webui's provided by the built-in.
my solr config atm, includes
/etc/default/solr.in.sh ... SOLR_LOG_LEVEL=INFO SOLR_LOGS_DIR="/var/log/solr" ...
so, iiuc, the
tail /var/log/solr/*
should be sufficient. you're right, you should get output in the solr logging!