Re: Enable Logging in the Example App

2013-01-21 Thread O. Olson
Thank you Ahmet. This worked perfectly. O. O. - Messaggio originale - Da: Ahmet Arslan A: solr-user@lucene.apache.org; O. Olson Cc: Inviato: Lunedì 21 Gennaio 2013 15:44 Oggetto: Re: Enable Logging in the Example App Hi Olson, java -Djava.util.logging.config.file=etc

Re: Enable Logging in the Example App

2013-01-21 Thread Ahmet Arslan
Hi Olson, java -Djava.util.logging.config.file=etc/logging.properties -jar start.jar should do the trick. There is an information about this in README.txt --- On Mon, 1/21/13, O. Olson wrote: > From: O. Olson > Subject: Enable Logging in the Example App > To: "solr-user@luc

Enable Logging in the Example App

2013-01-21 Thread O. Olson
Hi,       I am really new to Solr, and I have never used anything similar to it before. So please pardon my ignorance. I downloaded  Solr 4.0 from http://lucene.apache.org/solr/downloads.html and start it using the commandline:   >java -jar start.jar    This generates a number of INFO lo