solr-operator icon indicating copy to clipboard operation
solr-operator copied to clipboard

Configuring Logging using Solr Cloud Operator

Open kjq opened this issue 3 months ago • 1 comments

I am trying to configure logging but i cannot seem to get it to work. Is there an example somewhere I can reference?

  1. Turn down the logLevel from INFO to WARN
  2. Write the logs as JSON to the CONSOLE

My SolrCloud has these settings but both my Solr and Zookeeper (using the embedded ZK) are logging at INFO

spec:
  replicas: 1
  solrImage:
    repository: solr
    tag: "9.9.0"
  solrLogLevel: WARN

This is pummeling our logs.

kjq avatar Sep 25 '25 23:09 kjq