I am trying to configure logging but i cannot seem to get it to work. Is there an example somewhere I can reference?
- Turn down the logLevel from INFO to WARN
- 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.