Konstantin Kolinko wrote:
2010/9/21 Christopher Gross :
I have an older version of Solr (1.2) running on Tomcat 5.5.25.
How do they perform their logging? Do they use some logging library?
If yes, then you should configure that library.
I added swallowOutput="true" to the solr context file.
Solr uses whatever is pushing it to the web for logging, so that will
be Tomcat in my case. Log4j can be configured for it, but I do not
have that set up now. If this proves to be difficult I may give that
a try, in order to get the output from Solr out of the catalina.out
file.
OK, so with the
2010/9/21 Christopher Gross :
> I have an older version of Solr (1.2) running on Tomcat 5.5.25.
>
How do they perform their logging? Do they use some logging library?
If yes, then you should configure that library.
> I added swallowOutput="true" to the solr context file.
swallowOutput works for