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
I have an older version of Solr (1.2) running on Tomcat 5.5.25.
All the output for Solr is going to the catalina.out logfile, which
gets rather large and has to be deleted about once a month, requiring
me to stop Tomcat and bring it back up each time. I'd like to make a
new logfile for Solr that