In the list of Resolved Issues for Reporting in both 8.8.4 and 23.1 it lists the following information
After update, system slowness was seen during startup. This was traced to the the behavior of logger “org.elasticsearch.cluster.service.ClusterService” being changed to log all entries. Disabling it or resetting it to “Error” still resulted in DEBUG and TRACE entries in the log. To resolve this, the logging has been made configurable with the setting “disableOverrideElasticsearchClusterServiceLogger”. The default value is false.
My question is where is this setting? I have a system running 23.1.2 and cannot find this setting any where.
@PhilipShannon I tried adding as DSS but initially didn’t work. Then as I got information back from my incident I was told it had to be prconfig and that the log category should also exist.
So I added the log category as well but still didn’t work.
With it being a prconfig setting I added the DSS prconfig/indexing/distributed/disableOverrideElasticsearchClusterServiceLogger/default under Pega-Engine and this has worked.