Hi,

when switching to Solr 10, it seems I can't disable the jetty request
log anymore.

The Changelog.md of the Solr distribution has this:


CHANGELOG.md:- Jetty's RequestLog is enabled by default. If you don't want 
these logs, you can disable via SOLR_REQUESTLOG_ENABLED=false. [SOLR-14142]


And I am running the container with:

    environment:
      - SOLR_SSL_ENABLED=false
      - SOLR_SECURITY_MANAGER_ENABLED=false
      - SOLR_REQUESTLOG_ENABLED=false
      - SOLR_HEAP=1g
      - SOLR_MODE=user-managed

Nevertheless, the log gets created and used:

2026-03-24 08:54:34.800 INFO  (main) [] o.e.j.s.RequestLogWriter Opened 
/var/solr/logs/2026_03_24.request.log

[0] does not mention SOLR_REQUESTLOG_ENABLED behavior changes.

Anyone an idea?


kind regards

Torsten


[0] 
https://solr.apache.org/guide/solr/latest/upgrade-notes/major-changes-in-solr-10.html

Reply via email to