mirror of https://github.com/apache/lucene.git
SOLR-10496: Enabled debug logging for all overseer messages
This commit is contained in:
parent
5982d8734a
commit
d47af823ed
|
@ -53,7 +53,7 @@ import static org.apache.solr.common.params.CollectionParams.CollectionAction.MO
|
|||
/**
|
||||
* Test for {@link ComputePlanAction}
|
||||
*/
|
||||
@LogLevel("org.apache.solr.cloud.autoscaling=DEBUG")
|
||||
@LogLevel("org.apache.solr.cloud.autoscaling=DEBUG;org.apache.solr.cloud.Overseer=DEBUG;org.apache.solr.cloud.overseer=DEBUG;")
|
||||
public class ComputePlanActionTest extends SolrCloudTestCase {
|
||||
private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
|
||||
|
||||
|
|
Loading…
Reference in New Issue