Unit Tests: how to see solr.log?

2023-12-13 Thread James Dyer
I am trying to look at the many test failures we have for "CloudAuthStreamTest". This test spins up 2 solrcloud clusters with several cores each. One thing that might help me out is if I could inspect the "solr.log" for each of the cores. But I am not finding the logs anywhere. Can anyone give m

Re: Unit Tests: how to see solr.log?

2023-12-13 Thread Mikhail Khludnev
Hi James, Turns out it's not easy https://github.com/apache/solr/pull/2153/ I had to copy log4j2.xml from core (not tests', tests log to console only) AND then remove wrote: > I am trying to look at the many test failures we have for > "CloudAuthStreamTest". > This test spins up 2 solrcloud clust