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.

BTW I've noticed that Thunderbird does not always send the search to the
server even with the "search on server" flag set, which is why I look at
the access_log in solr if I want to be really sure it's going to solr.

hmmmm ....

watching

        tcpdump -i lo port 8984

shows the usual/expected loads of traffic on inbound mail's scans.

but, @ TBird search -- with "search on server" -- not a peep.

no traffic. at all.

seems there's more than one problem here.

Reply via email to